Skip to content

Commit b00ce34

Browse files
authored
Merge pull request #1927 from Baeldung/update/utest-0.8.9
Update utest from 0.8.5 to 0.8.9
2 parents 5207788 + 289e75b commit b00ce34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
591591
libraryDependencies ++= Seq(
592592
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
593593
scalaMock,
594-
"com.lihaoyi" %% "utest" % "0.8.5" % "test",
594+
"com.lihaoyi" %% "utest" % "0.8.9" % "test",
595595
munitDep,
596596
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.787" % IntegrationTest,
597597
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,

0 commit comments

Comments
 (0)