Skip to content

Commit

Permalink
Merge pull request #145 from typelevel/update/munit-cats-effect-3-2.0.0
Browse files Browse the repository at this point in the history
Update munit-cats-effect-3 to 2.0.0
  • Loading branch information
valencik authored Jul 8, 2024
2 parents 1381fd9 + 651fbd4 commit 4efe8f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lazy val phantomDependencies = project
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"org.scalameta" %%% "munit" % "1.0.0" % Test,
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
"org.scala-lang" % "scala-library" % "2.13.14",
"org.scala-lang" % "scala3-library_3" % "3.3.3"
),
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"org.scalameta" %%% "munit" % "1.0.0" % Test,
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test
)
)
Expand Down

0 comments on commit 4efe8f8

Please sign in to comment.