We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0fe0f commit cedd2e0Copy full SHA for cedd2e0
build.sbt
@@ -27,7 +27,7 @@ ThisBuild / crossScalaVersions := Seq(
27
lazy val root = tlCrossRootProject.aggregate(lib)
28
29
lazy val munitVersion = "0.7.29"
30
-lazy val scalacheckVersion = "1.17.1"
+lazy val scalacheckVersion = "1.18.0"
31
32
lazy val lib = crossProject(JVMPlatform, JSPlatform)
33
.crossType(CrossType.Pure)
0 commit comments