From 2e757a20aa1434734cf6cd434cabbcf6c3307c26 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Nov 2023 12:02:45 +0000 Subject: [PATCH] Update utest to 0.8.2 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 5b7af71..2dc707c 100644 --- a/build.sc +++ b/build.sc @@ -31,7 +31,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.1") + def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.2") } object fansi extends Module {