Update utest to 0.7.3 (#176)

This commit is contained in:
Scala Steward 2020-02-03 17:49:34 +01:00 committed by GitHub
parent 6f710c526f
commit ab4fb3df0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.2" % Test,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.3" % Test,
testFrameworks += new TestFramework("utest.runner.Framework")
)