Skip to content

Commit

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

Update munit-cats-effect to 2.0.0-M4
  • Loading branch information
armanbilge authored Nov 13, 2023
2 parents 690b641 + fbfa645 commit 3443f97
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 @@ -272,7 +272,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "cats-effect-testkit" % "3.5.2" % 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-M3" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
),
tlJdkRelease := None,
Expand Down Expand Up @@ -309,7 +309,7 @@ lazy val integration = project
fork := true,
javaOptions += "-Dcats.effect.tracing.mode=none",
libraryDependencies ++= Seq(
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test
)
)
.enablePlugins(NoPublishPlugin)
Expand Down

0 comments on commit 3443f97

Please sign in to comment.