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 e801d61 commit 3f79944Copy full SHA for 3f79944
build.sbt
@@ -22,7 +22,7 @@ lazy val core = project
22
"ch.epfl.scala" %% "scalafix-cli" % "0.12.0" cross CrossVersion.full,
23
"ch.epfl.scala" % "scalafix-interfaces" % "0.12.0",
24
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
25
- "org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
+ "org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
26
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
27
"org.slf4j" % "slf4j-nop" % "2.0.13" % Test,
28
"org.scalameta" %% "contrib" % "4.1.6" % Test
0 commit comments