Update utest to 0.7.10 (#346)

This commit is contained in:
Scala Steward
2021-11-23 23:50:25 +01:00
committed by GitHub
parent fe26a81d20
commit 18f498e48e
+1 -1
View File
@@ -116,7 +116,7 @@ lazy val `sbt-coursier-shared` = project
.settings(
plugin,
generatePropertyFile,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.8" % Test,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.10" % Test,
testFrameworks += new TestFramework("utest.runner.Framework")
)