Skip to content

Commit fbfa645

Browse files
Update munit-cats-effect to 2.0.0-M4
1 parent 690b641 commit fbfa645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
272272
"org.typelevel" %%% "cats-effect-testkit" % "3.5.2" % Test,
273273
"org.typelevel" %%% "cats-laws" % "2.10.0" % Test,
274274
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
275-
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test,
275+
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
276276
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
277277
),
278278
tlJdkRelease := None,
@@ -309,7 +309,7 @@ lazy val integration = project
309309
fork := true,
310310
javaOptions += "-Dcats.effect.tracing.mode=none",
311311
libraryDependencies ++= Seq(
312-
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test
312+
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test
313313
)
314314
)
315315
.enablePlugins(NoPublishPlugin)

0 commit comments

Comments
 (0)