Update utest to 0.6.7 (#57)

This commit is contained in:
Scala steward 2019-04-09 09:41:00 +02:00 committed by Alexandre Archambault
parent fa23ba2dfd
commit b417d4f79e
1 changed files with 1 additions and 1 deletions

View File

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