Skip to content

Commit

Permalink
Merge pull request #3421 from typelevel/update/munit-cats-effect-2.0.…
Browse files Browse the repository at this point in the history
…0-M5

Update munit-cats-effect to 2.0.0-M5
  • Loading branch information
zainab-ali authored Apr 19, 2024
2 parents 79841f7 + 8b52a1b commit 8f87f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "cats-effect-testkit" % "3.5.4" % Test,
"org.typelevel" %%% "cats-laws" % "2.10.0" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
),
tlJdkRelease := None,
Expand Down Expand Up @@ -320,7 +320,7 @@ lazy val integration = project
fork := true,
javaOptions += "-Dcats.effect.tracing.mode=none",
libraryDependencies ++= Seq(
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test
)
)
.enablePlugins(NoPublishPlugin)
Expand Down

0 comments on commit 8f87f2b

Please sign in to comment.