From 0b03ab19a0dd2e6f959567cc77165ba07de5a1aa Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Mon, 4 Jul 2022 13:43:39 +0200 Subject: [PATCH] dep: update utest to 0.8.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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