From a08662259e5a5323f6559291ce649a4419b80904 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:13:35 +0000 Subject: [PATCH] Update munit to 1.0.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 3b68b36..42f8da6 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ lazy val phantomDependencies = project libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.12.0", "org.typelevel" %%% "cats-effect" % "3.5.7", - "org.scalameta" %%% "munit" % "1.0.3" % Test, + "org.scalameta" %%% "munit" % "1.0.4" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test, "org.scala-lang" % "scala-library" % "2.13.15", "org.scala-lang" % "scala3-library_3" % "3.3.4" diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index cdbf56a..5d3cf5d 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -30,7 +30,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.12.0", "org.typelevel" %%% "cats-effect" % "3.5.7", - "org.scalameta" %%% "munit" % "1.0.3" % Test, + "org.scalameta" %%% "munit" % "1.0.4" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test ) )