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