We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed64f8d commit 8a24895Copy full SHA for 8a24895
build.sbt
@@ -27,7 +27,7 @@ ThisBuild / crossScalaVersions := Seq(
27
lazy val root = tlCrossRootProject.aggregate(lib)
28
29
lazy val munitVersion = "1.0.2"
30
-lazy val scalacheckVersion = "1.18.0"
+lazy val scalacheckVersion = "1.18.1"
31
lazy val munitScalacheckVersion = "1.0.0"
32
33
lazy val lib = crossProject(JVMPlatform, JSPlatform)
0 commit comments