diff --git a/build.sbt b/build.sbt index 12f88b7f8..c5f9830d9 100644 --- a/build.sbt +++ b/build.sbt @@ -116,7 +116,7 @@ lazy val `sbt-coursier-shared` = project .settings( plugin, generatePropertyFile, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.11" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.0" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )