Skip to content

Commit

Permalink
Merge pull request #90 from Dwolla/update/munit-cats-effect-2.0.0
Browse files Browse the repository at this point in the history
Update munit-cats-effect to 2.0.0
  • Loading branch information
bpholt authored Jun 7, 2024
2 parents bc9f98a + 95bc3d5 commit 7a58e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
"org.typelevel" %%% "log4cats-noop" % "2.7.0",
"io.circe" %%% "circe-core" % "0.14.7",
"org.tpolecat" %%% "natchez-testkit" % "0.3.5" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
"org.typelevel" %% "scalacheck-effect" % "2.0.0-M2" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
),
Expand Down

0 comments on commit 7a58e5a

Please sign in to comment.