Merge pull request #510 from scala-steward/update/utest-0.8.4

Update utest to 0.8.4
This commit is contained in:
Tomasz Godzik 2024-08-12 15:59:54 +02:00 committed by GitHub
commit 203f5bb055
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ lazy val `sbt-coursier-shared` = project
.settings(
plugin,
generatePropertyFile,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.3" % Test,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.4" % Test,
testFrameworks += new TestFramework("utest.runner.Framework")
)