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 f7d4e2b commit fcff0d3Copy full SHA for fcff0d3
1 file changed
build.sbt
@@ -22,7 +22,7 @@ lazy val core = project
22
"ch.epfl.scala" %% "scalafix-cli" % "0.14.3" cross CrossVersion.full,
23
"ch.epfl.scala" % "scalafix-interfaces" % "0.14.3",
24
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
25
- "org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
+ "org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
26
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
27
"org.slf4j" % "slf4j-nop" % "2.0.17" % Test,
28
"org.scalameta" %% "contrib" % "4.1.6" % Test
0 commit comments