Skip to content

Commit

Permalink
Merge pull request #3439 from typelevel/update/munit-cats-effect-2.0.0
Browse files Browse the repository at this point in the history
Update munit-cats-effect to 2.0.0
  • Loading branch information
mpilquist authored May 30, 2024
2 parents f12f5d2 + 5cc9064 commit 2a2c7db
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 @@ -285,7 +285,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-RC1" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
),
tlJdkRelease := None,
Expand Down Expand Up @@ -322,7 +322,7 @@ lazy val integration = project
fork := true,
javaOptions += "-Dcats.effect.tracing.mode=none",
libraryDependencies ++= Seq(
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1" % Test
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test
)
)
.enablePlugins(NoPublishPlugin)
Expand Down

0 comments on commit 2a2c7db

Please sign in to comment.