Skip to content

Commit

Permalink
Merge pull request #915 from typelevel/update/munit-cats-effect-2.0.0-M4
Browse files Browse the repository at this point in the history
Update munit-cats-effect to 2.0.0-M4
  • Loading branch information
mpilquist authored Nov 19, 2023
2 parents fe70ef2 + 4b45d5c commit 7681a51
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 @@ -57,7 +57,7 @@ lazy val commonSettings = Seq(
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0-M10" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test
)
)

Expand Down

0 comments on commit 7681a51

Please sign in to comment.