Skip to content

Commit 8a24895

Browse files
Update scalacheck to 1.18.1
1 parent ed64f8d commit 8a24895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ThisBuild / crossScalaVersions := Seq(
2727
lazy val root = tlCrossRootProject.aggregate(lib)
2828

2929
lazy val munitVersion = "1.0.2"
30-
lazy val scalacheckVersion = "1.18.0"
30+
lazy val scalacheckVersion = "1.18.1"
3131
lazy val munitScalacheckVersion = "1.0.0"
3232

3333
lazy val lib = crossProject(JVMPlatform, JSPlatform)

0 commit comments

Comments
 (0)