From 1198723c6f2a26f42ccbc887e5db31db14a99343 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 08:12:48 +0000 Subject: [PATCH] Update munit to 1.2.4 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 51c1248..5cb0f6e 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ lazy val phantomDependencies = project libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0", "org.typelevel" %%% "cats-effect" % "3.6.3", - "org.scalameta" %%% "munit" % "1.2.3" % Test, + "org.scalameta" %%% "munit" % "1.2.4" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test, "org.scala-lang" % "scala-library" % "2.13.18", "org.scala-lang" % "scala3-library_3" % "3.3.7" diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index d9065f8..ecf893f 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -27,7 +27,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0", "org.typelevel" %%% "cats-effect" % "3.6.3", - "org.scalameta" %%% "munit" % "1.2.3" % Test, + "org.scalameta" %%% "munit" % "1.2.4" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test ) )