Update utest to 0.6.6 (#20)

This commit is contained in:
Scala steward 2019-01-13 23:51:39 +01:00 committed by Alexandre Archambault
parent c71ec889a6
commit 2efb919b89
1 changed files with 1 additions and 1 deletions

View File

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