From c610d82989e3fbefd4f143b6e13e367e2f29f62a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 May 2026 16:14:00 +0000 Subject: [PATCH] Update munit to 1.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d46ba54..b5b3d87 100644 --- a/build.sbt +++ b/build.sbt @@ -72,7 +72,7 @@ lazy val continuations4s = crossProject(JSPlatform, JVMPlatform, NativePlatform) name := "continuations4s", libraryDependencies ++= Seq( // Testing - "org.scalameta" %%% "munit" % "1.3.0" % Test + "org.scalameta" %%% "munit" % "1.3.1" % Test ), testFrameworks += new TestFramework("munit.Framework"), Compile / doc / scalacOptions ++= Seq(