Skip to content

Commit

Permalink
Update scalatest to 3.2.17 and zio-test to 2.0.17 (#2765)
Browse files Browse the repository at this point in the history
Pull request: #2765
  • Loading branch information
lefou authored Sep 19, 2023
1 parent 9021fad commit 754886b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ object Deps {
val jarjarabrams = ivy"com.eed3si9n.jarjarabrams::jarjar-abrams-core:1.9.0"
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.16"
val testScalaTest = ivy"org.scalatest::scalatest:3.2.17"
val testZioTest = ivy"dev.zio::zio-test:2.0.17"
}

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

0 comments on commit 754886b

Please sign in to comment.