From 5b3e0c6ba0f4e58b624641502049862297afb997 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Oct 2025 16:31:23 +0000 Subject: [PATCH] Update munit to 1.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0e57747..29a3868 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ lazy val root = project "org.typelevel" %% "cats-effect" % "3.6.2", "com.monovore" %% "decline" % "2.5.0", "com.monovore" %% "decline-effect" % "2.5.0", - "org.scalameta" %% "munit" % "1.1.1" % Test + "org.scalameta" %% "munit" % "1.2.1" % Test ), nativeConfig := {