Update utest to 0.6.9 (#78)

This commit is contained in:
Scala Steward 2019-06-08 12:37:09 +02:00 committed by Alexandre Archambault
parent dac2e98a7d
commit 57cd9b8cf8
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.7" % Test,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.6.9" % Test,
testFrameworks += new TestFramework("utest.runner.Framework")
)