From c98f040427598fb342abc6ae30e80f87b2b35fd2 Mon Sep 17 00:00:00 2001 From: "nt9-steward[bot]" <106868453+nt9-steward[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 12:06:21 +0000 Subject: [PATCH] Update munit to 1.0.0 --- 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 27fba7c..097d1b4 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::0.7.29" +//> using lib "org.scalameta::munit::1.0.0" package ulc