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