Skip to content

Commit d923192

Browse files
authored
Merge pull request #1490 from Baeldung/update/utest-0.8.4
Update utest from 0.8.3 to 0.8.4
2 parents 6a55a5e + 58d0bf7 commit d923192

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
@@ -543,7 +543,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
543543
libraryDependencies ++= Seq(
544544
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
545545
scalaMock,
546-
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
546+
"com.lihaoyi" %% "utest" % "0.8.4" % "test",
547547
munitDep,
548548
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.767" % IntegrationTest,
549549
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,

0 commit comments

Comments
 (0)