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