Skip to content

Commit 3f79944

Browse files
authored
Update scalacheck to 1.18.0
1 parent e801d61 commit 3f79944

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
@@ -22,7 +22,7 @@ lazy val core = project
2222
"ch.epfl.scala" %% "scalafix-cli" % "0.12.0" cross CrossVersion.full,
2323
"ch.epfl.scala" % "scalafix-interfaces" % "0.12.0",
2424
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
25-
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
25+
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
2626
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
2727
"org.slf4j" % "slf4j-nop" % "2.0.13" % Test,
2828
"org.scalameta" %% "contrib" % "4.1.6" % Test

0 commit comments

Comments
 (0)