Update utest to 0.8.3

This commit is contained in:
Scala Steward 2024-04-15 14:31:30 +00:00
parent 0255009d2b
commit 594d35e877
No known key found for this signature in database
GPG Key ID: 7FE176635A140508
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.2" % Test,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.3" % Test,
testFrameworks += new TestFramework("utest.runner.Framework")
)