Skip to content

Commit 3eda1fa

Browse files
authored
Merge pull request #267 from typelevel/update/munit-cats-effect-2.2.0
2 parents 245744d + e428b3f commit 3eda1fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lazy val phantomDependencies = project
4545
"org.typelevel" %%% "cats-core" % "2.13.0",
4646
"org.typelevel" %%% "cats-effect" % "3.7.0",
4747
"org.scalameta" %%% "munit" % "1.2.4" % Test,
48-
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test,
48+
"org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test,
4949
"org.scala-lang" % "scala-library" % "2.13.18",
5050
"org.scala-lang" % "scala3-library_3" % "3.3.7"
5151
),

src/main/g8/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
2828
"org.typelevel" %%% "cats-core" % "2.13.0",
2929
"org.typelevel" %%% "cats-effect" % "3.7.0",
3030
"org.scalameta" %%% "munit" % "1.2.4" % Test,
31-
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test
31+
"org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test
3232
)
3333
)
3434

0 commit comments

Comments
 (0)