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 6d7e068 + f32c43b commit b06f298Copy full SHA for b06f298
build.sbt
@@ -513,7 +513,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
513
libraryDependencies ++= scalaTestDeps
514
.map(_.withConfigurations(Some("it,test"))),
515
libraryDependencies ++= Seq(
516
- "org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
+ "org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
517
scalaMock,
518
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
519
munitDep,
0 commit comments