Skip to content

Commit f0b11b7

Browse files
committed
Update scalacheck to 1.17.0
1 parent 9a3aac2 commit f0b11b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lazy val root = project
2424
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
2525
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1",
2626
"ch.qos.logback" % "logback-classic" % "1.4.1",
27-
"org.scalacheck" %% "scalacheck" % "1.16.0" % Test,
27+
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
2828
"org.scalameta" %% "munit" % "0.7.29" % Test,
2929
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,
3030
"com.eed3si9n.expecty" %% "expecty" % "0.16.0" % Test,

0 commit comments

Comments
 (0)