Skip to content

Commit

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

Update munit-cats-effect to 2.0.0-RC1
  • Loading branch information
mpilquist authored May 13, 2024
2 parents 2a248a2 + 9d663f3 commit b3a4184
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.1",
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1" % Test
)
)
.jvmSettings(
Expand Down

0 comments on commit b3a4184

Please sign in to comment.