Skip to content

Commit

Permalink
Update zio-test to 2.0.16 (#2712)
Browse files Browse the repository at this point in the history
Pull request: #2712
  • Loading branch information
lefou authored Aug 25, 2023
1 parent 1446d08 commit faf49f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ object Deps {
val requests = ivy"com.lihaoyi::requests:0.8.0"
// tests framework (test)
val testScalaTest = ivy"org.scalatest::scalatest:3.2.16"
val testZioTest = ivy"dev.zio::zio-test:2.0.15"
val testZioTest = ivy"dev.zio::zio-test:2.0.16"
}

def millVersion: T[String] = T { VcsVersion.vcsState().format() }
Expand Down

0 comments on commit faf49f1

Please sign in to comment.