Skip to content

Commit b451381

Browse files
authored
Merge pull request #116 from typelevel/update/scalacheck-1.17.1
Update scalacheck to 1.17.1
2 parents 9ba876d + 10b877c commit b451381

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 = "0.7.29"
30-
lazy val scalacheckVersion = "1.17.0"
30+
lazy val scalacheckVersion = "1.17.1"
3131

3232
lazy val lib = crossProject(JVMPlatform, JSPlatform)
3333
.crossType(CrossType.Pure)

0 commit comments

Comments
 (0)