Skip to content

Commit

Permalink
Merge pull request #578 from scala-steward/update/munit-cats-effect-2…
Browse files Browse the repository at this point in the history
….0.0-M5

Update munit-cats-effect to 2.0.0-M5
  • Loading branch information
mpilquist committed May 2, 2024
2 parents 9fd3bfb + 0065000 commit a6434cb
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 @@ -51,7 +51,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.17.0",
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test
)
)
.jvmSettings(
Expand Down

0 comments on commit a6434cb

Please sign in to comment.