diff --git a/build.sbt b/build.sbt index 00ccbae42..2826de318 100644 --- a/build.sbt +++ b/build.sbt @@ -87,7 +87,7 @@ lazy val `sbt-coursier-shared` = project .settings( plugin, generatePropertyFile, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.5" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.6" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )