diff --git a/build.sbt b/build.sbt index 3ac8ec31d..11ae83497 100644 --- a/build.sbt +++ b/build.sbt @@ -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") )