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 b9c6e64 commit 8f9cc0eCopy full SHA for 8f9cc0e
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