Update utest to 0.7.1 (#84)

This commit is contained in:
Scala Steward 2019-06-17 09:46:46 +02:00 committed by Alexandre Archambault
parent 6fede02922
commit 9173406bb3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ lazy val `sbt-coursier-shared` = project
.settings(
plugin,
generatePropertyFile,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.6.9" % Test,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.1" % Test,
testFrameworks += new TestFramework("utest.runner.Framework")
)