mirror of https://github.com/sbt/sbt.git
Update utest to 0.7.4 (#190)
This commit is contained in:
parent
6157bff6d7
commit
460a79b96d
|
|
@ -76,7 +76,7 @@ lazy val `sbt-coursier-shared` = project
|
|||
.settings(
|
||||
plugin,
|
||||
generatePropertyFile,
|
||||
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.3" % Test,
|
||||
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.4" % Test,
|
||||
testFrameworks += new TestFramework("utest.runner.Framework")
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue