diff --git a/build.sbt b/build.sbt index 97dbd22..a0b0566 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ val commonSettings = Seq( }.value, testFrameworks += new TestFramework("utest.runner.Framework"), libraryDependencies ++= Seq( - "com.lihaoyi" %%% "utest" % "0.8.0" % "test" + "com.lihaoyi" %%% "utest" % "0.8.3" % "test" ), libraryDependencies += scalaVerDependent { case (2, _) => "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"