diff --git a/build.sbt b/build.sbt index 55380e974..964761723 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.4" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.5" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )