diff --git a/build.sbt b/build.sbt index 3b6e983d1..f0b17518f 100644 --- a/build.sbt +++ b/build.sbt @@ -174,7 +174,7 @@ lazy val `sbt-coursier-shared` = project .settings( plugin, generatePropertyFile, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.1" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.2" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )