diff --git a/build.sc b/build.sc index ca737fb..fb1caec 100644 --- a/build.sc +++ b/build.sc @@ -84,7 +84,7 @@ trait PPrintMainModule extends CrossScalaModule { trait PPrintTestModule extends ScalaModule with TestModule.Utest { def crossScalaVersion: String - def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.7.11") + def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.0") def offset: os.RelPath = os.rel def millSourcePath = super.millSourcePath / os.up