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