From e428b3fcfc0ab83d469185f10018678e6dbcfa06 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:16:10 +0000 Subject: [PATCH] Update munit-cats-effect to 2.2.0 --- 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 5cb0f6e..415a573 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ lazy val phantomDependencies = project "org.typelevel" %%% "cats-core" % "2.13.0", "org.typelevel" %%% "cats-effect" % "3.6.3", "org.scalameta" %%% "munit" % "1.2.4" % Test, - "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test, + "org.typelevel" %%% "munit-cats-effect" % "2.2.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 ecf893f..22c9b89 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -28,7 +28,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) "org.typelevel" %%% "cats-core" % "2.13.0", "org.typelevel" %%% "cats-effect" % "3.6.3", "org.scalameta" %%% "munit" % "1.2.4" % Test, - "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test + "org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test ) )