From 1cf21b58c00e449a286b8c3ab35677065840b271 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 22:44:02 +0000 Subject: [PATCH] Update munit to 1.1.1 --- Main.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.scala b/Main.scala index 25393b4..5802396 100644 --- a/Main.scala +++ b/Main.scala @@ -5,7 +5,7 @@ //> using dep org.tpolecat::doobie-core:1.0.0-RC9 //> using dep org.tpolecat::doobie-postgres:1.0.0-RC9 -//> using test.dep org.scalameta::munit:1.1.0 +//> using test.dep org.scalameta::munit:1.1.1 //> using test.dep org.typelevel::munit-cats-effect:2.1.0 @main def main(): Unit = println("Nothing interesting to see here, check the tests!")