diff --git a/build.sc b/build.sc index 458a5d0..b515130 100644 --- a/build.sc +++ b/build.sc @@ -9,7 +9,7 @@ object Deps { .filter(_ => scalaVersion != "2.13.12" /* exclude unreleased versions, if any */ ) def scalaCompiler(scalaVersion: String) = ivy"org.scala-lang:scala-compiler:${scalaVersion}" - val utest = ivy"com.lihaoyi::utest:0.8.1" + val utest = ivy"com.lihaoyi::utest:0.8.2" } val crosses =