Skip to content

Commit 63d1b62

Browse files
authored
Merge pull request #1707 from Baeldung/update/utest-0.8.5
Update utest from 0.8.4 to 0.8.5
2 parents d50dff5 + c5e551c commit 63d1b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
579579
libraryDependencies ++= Seq(
580580
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
581581
scalaMock,
582-
"com.lihaoyi" %% "utest" % "0.8.4" % "test",
582+
"com.lihaoyi" %% "utest" % "0.8.5" % "test",
583583
munitDep,
584584
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.780" % IntegrationTest,
585585
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,

0 commit comments

Comments
 (0)