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