We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d50dff5 + c5e551c commit 63d1b62Copy full SHA for 63d1b62
build.sbt
@@ -579,7 +579,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
579
libraryDependencies ++= Seq(
580
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
581
scalaMock,
582
- "com.lihaoyi" %% "utest" % "0.8.4" % "test",
+ "com.lihaoyi" %% "utest" % "0.8.5" % "test",
583
munitDep,
584
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.780" % IntegrationTest,
585
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
0 commit comments