From 94bb566f3416807bd9a78218a730b3e8aa270090 Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Sun, 11 Jun 2023 18:02:43 +0200 Subject: [PATCH] Adapt build in itest --- itest/src/minimal/build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itest/src/minimal/build.sc b/itest/src/minimal/build.sc index 9570874..03162b0 100644 --- a/itest/src/minimal/build.sc +++ b/itest/src/minimal/build.sc @@ -11,7 +11,7 @@ object minimal extends ScalaModule { def ivyDeps = Agg(ivy"com.lihaoyi::pprint:0.7.3") - object test extends Tests with TestModule.Munit { + object test extends ScalaModuleTests with TestModule.Munit { def ivyDeps = Agg(ivy"org.scalameta::munit:0.7.29") } }