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