diff --git a/build.sbt b/build.sbt index a7280e11f..a1b11504e 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.10" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.11" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )