From 2bb31dfdc642e5e8a91725b842efacbfb84fc77c Mon Sep 17 00:00:00 2001 From: "nt9-steward[bot]" <106868453+nt9-steward[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:06:41 +0000 Subject: [PATCH] Update munit to 1.0.3 --- ulc/Interpreter.test.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ulc/Interpreter.test.scala b/ulc/Interpreter.test.scala index 097d1b4..b55f0ce 100644 --- a/ulc/Interpreter.test.scala +++ b/ulc/Interpreter.test.scala @@ -1,6 +1,6 @@ //> using scala "3.3.1" //> using lib "org.typelevel::cats-core:2.10.0" -//> using lib "org.scalameta::munit::1.0.0" +//> using lib "org.scalameta::munit::1.0.3" package ulc