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