diff --git a/build.sbt b/build.sbt index 83d77f740..51ee83856 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.7" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.6.9" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )