Skip to content

Commit

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

Update munit-cats-effect to 2.0.0-M4
  • Loading branch information
mpilquist authored Nov 18, 2023
2 parents 1614da2 + c88bd92 commit 122f00d
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 @@ -47,7 +47,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.17.0",
"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
)
)
.jvmSettings(
Expand Down

0 comments on commit 122f00d

Please sign in to comment.