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 6a55a5e + 58d0bf7 commit d923192Copy full SHA for d923192
build.sbt
@@ -543,7 +543,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
543
libraryDependencies ++= Seq(
544
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
545
scalaMock,
546
- "com.lihaoyi" %% "utest" % "0.8.3" % "test",
+ "com.lihaoyi" %% "utest" % "0.8.4" % "test",
547
munitDep,
548
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.767" % IntegrationTest,
549
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
0 commit comments