Update utest to 0.8.1 (#410)

This commit is contained in:
Scala Steward 2022-09-07 19:05:20 +02:00 committed by GitHub
parent 8eadc24d3f
commit dc69ec56df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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