From 1fa437881766a46823a297dcd9a5d5e9569d7d17 Mon Sep 17 00:00:00 2001 From: "nt9-steward[bot]" <106868453+nt9-steward[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:02:10 +0000 Subject: [PATCH] Update munit to 1.0.2 --- 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..f01e101 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.2" package ulc