mirror of https://github.com/sbt/sbt.git
Update utest to 0.8.4
This commit is contained in:
parent
5610ce56d6
commit
a624ee05e9
|
|
@ -174,7 +174,7 @@ lazy val `sbt-coursier-shared` = project
|
||||||
.settings(
|
.settings(
|
||||||
plugin,
|
plugin,
|
||||||
generatePropertyFile,
|
generatePropertyFile,
|
||||||
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.3" % Test,
|
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.4" % Test,
|
||||||
testFrameworks += new TestFramework("utest.runner.Framework")
|
testFrameworks += new TestFramework("utest.runner.Framework")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue