diff --git a/build.sbt b/build.sbt index 6570e55..f64aa2a 100644 --- a/build.sbt +++ b/build.sbt @@ -196,7 +196,7 @@ lazy val library: Project = (project in file("library")) ).toSeq } }.taskValue, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.9" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.9.5" % Test, testFrameworks += new TestFramework("utest.runner.Framework"), )