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.
2 parents c7f0c14 + 8f9cc0e commit a5bfde9Copy full SHA for a5bfde9
build.sbt
@@ -589,7 +589,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
589
libraryDependencies ++= scalaTestDeps
590
.map(_.withConfigurations(Some("it,test"))),
591
libraryDependencies ++= Seq(
592
- "org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
+ "org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
593
scalaMock,
594
"com.lihaoyi" %% "utest" % "0.8.9" % "test",
595
munitDep,
0 commit comments