diff --git a/build.sbt b/build.sbt index d740f8ae6..ccb36f64f 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val `sbt-coursier-shared` = project .settings( plugin, generatePropertyFile, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.6.9" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.1" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )