From 20f324d854988872fb37d6defe03d68d902baf9a Mon Sep 17 00:00:00 2001 From: "nt9-steward[bot]" <106868453+nt9-steward[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:07:34 +0000 Subject: [PATCH] Update munit to 1.0.4 --- 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..0657f0c 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.4" package ulc