Skip to content

Commit

Permalink
Update munit-cats-effect to 2.0.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 13, 2024
1 parent 9fd3bfb commit 0065000
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 0065000

Please sign in to comment.