From 169bd7343e8c231891f5a0b36e8749e6595180ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 12:49:18 +0000 Subject: [PATCH] Update utest to 0.8.4 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 7e0a7ea..d6707b1 100644 --- a/build.sc +++ b/build.sc @@ -35,7 +35,7 @@ trait FansiModule extends PublishModule with Mima with CrossScalaModule with Pla } trait FansiTestModule 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 fansi extends Module {