diff --git a/build.sc b/build.sc index aade245..5a75e18 100644 --- a/build.sc +++ b/build.sc @@ -46,7 +46,7 @@ trait PPrintModule trait PPrintTestModule extends ScalaModule with TestModule.Utest { - def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.3") + def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.4") } object pprint extends Module {