mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 11:13:23 +02:00
Update utest to 0.8.1 (#410)
This commit is contained in:
@@ -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")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user