diff --git a/build.sbt b/build.sbt index 72e5080..682c994 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.1.1" % Test, + "org.scalameta" %%% "munit" % "1.2.0" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test, "org.scala-lang" % "scala-library" % "2.13.16", "org.scala-lang" % "scala3-library_3" % "3.3.6" diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 278a525..47aeef6 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.1.1" % Test, + "org.scalameta" %%% "munit" % "1.2.0" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test ) )