Skip to content

Commit

Permalink
Update scalacheck to 1.18.1 (#3787)
Browse files Browse the repository at this point in the history
Pull request: #3787
  • Loading branch information
lefou authored Oct 21, 2024
1 parent fd0d9c3 commit f4aecbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ object Deps {
/** Used in tests. */
object TestDeps {
// tests framework (test)
val scalaCheck = ivy"org.scalacheck::scalacheck:1.18.0"
val scalaCheck = ivy"org.scalacheck::scalacheck:1.18.1"
val scalaTest = ivy"org.scalatest::scalatest:3.2.19"
val utest = ivy"com.lihaoyi::utest:0.8.4"
val zioTest = ivy"dev.zio::zio-test:2.0.22"
Expand Down

0 comments on commit f4aecbe

Please sign in to comment.