mirror of https://github.com/sbt/sbt.git
Update utest to 0.7.8 (#338)
This commit is contained in:
parent
6f887c6cd8
commit
3ed069872d
|
|
@ -87,7 +87,7 @@ lazy val `sbt-coursier-shared` = project
|
||||||
.settings(
|
.settings(
|
||||||
plugin,
|
plugin,
|
||||||
generatePropertyFile,
|
generatePropertyFile,
|
||||||
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.7" % Test,
|
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.8" % Test,
|
||||||
testFrameworks += new TestFramework("utest.runner.Framework")
|
testFrameworks += new TestFramework("utest.runner.Framework")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue