Skip to content

Commit

Permalink
Update scalacheck to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and avdv committed Apr 19, 2024
1 parent 29f56d4 commit ae6ce0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -48,7 +48,7 @@ lazy val root = (project in file("."))
"com.typesafe.play" %% "play-json" % (if (isScala3) "2.10.4"
else "2.9.2"),
"eu.timepit" %% "refined" % "0.11.1",
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
"eu.timepit" %% "refined-scalacheck" % "0.11.1" % Test
)
},
Expand Down

0 comments on commit ae6ce0e

Please sign in to comment.