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