Update utest to 0.7.2 (#166)

This commit is contained in:
Scala Steward 2019-12-14 17:18:57 +01:00 committed by Alexandre Archambault
parent 21e752a7da
commit 7fb2f625f0
1 changed files with 1 additions and 1 deletions

View File

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