From 73e4fea7a529b0eb04b9cad4705e3933e24e48ce Mon Sep 17 00:00:00 2001 From: "nt9-steward[bot]" <106868453+nt9-steward[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:02:23 +0000 Subject: [PATCH] Update munit to 1.0.1 --- 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..5f66bf9 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.1" package ulc