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 5207788 + 289e75b commit b00ce34Copy full SHA for b00ce34
build.sbt
@@ -591,7 +591,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
591
libraryDependencies ++= Seq(
592
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
593
scalaMock,
594
- "com.lihaoyi" %% "utest" % "0.8.5" % "test",
+ "com.lihaoyi" %% "utest" % "0.8.9" % "test",
595
munitDep,
596
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.787" % IntegrationTest,
597
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
0 commit comments