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 8f32241 + 3b45bd5 commit df8bf70Copy full SHA for df8bf70
build.sbt
@@ -557,7 +557,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
557
libraryDependencies ++= scalaTestDeps
558
.map(_.withConfigurations(Some("it,test"))),
559
libraryDependencies ++= Seq(
560
- "org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
+ "org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
561
scalaMock,
562
"com.lihaoyi" %% "utest" % "0.8.4" % "test",
563
munitDep,
0 commit comments