Skip to content

Commit

Permalink
Update munit-cats-effect-3 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored May 24, 2024
1 parent c208592 commit d87f7d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ object ProjectPlugin extends AutoPlugin {
Seq(
libraryDependencies ++=
Seq(
"org.typelevel" %%% "cats-effect" % "3.5.4",
"co.fs2" %% "fs2-core" % "3.10.2",
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % "test"
"org.typelevel" %%% "cats-effect" % "3.5.4",
"co.fs2" %% "fs2-core" % "3.10.2",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % "test"
)
)

Expand Down

0 comments on commit d87f7d1

Please sign in to comment.