mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
Update utest to 0.8.2 (#486)
This commit is contained in:
@@ -174,7 +174,7 @@ lazy val `sbt-coursier-shared` = project
|
||||
.settings(
|
||||
plugin,
|
||||
generatePropertyFile,
|
||||
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.1" % Test,
|
||||
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.2" % Test,
|
||||
testFrameworks += new TestFramework("utest.runner.Framework")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user