Skip to content

Commit edd7e87

Browse files
Update munit-cats-effect to 2.1.0
1 parent cef5cd5 commit edd7e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
304304
"org.typelevel" %%% "cats-effect-testkit" % "3.6.0" % Test,
305305
"org.typelevel" %%% "cats-laws" % "2.11.0" % Test,
306306
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
307-
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
307+
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test,
308308
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
309309
),
310310
tlJdkRelease := None,
@@ -341,7 +341,7 @@ lazy val integration = project
341341
fork := true,
342342
javaOptions += "-Dcats.effect.tracing.mode=none",
343343
libraryDependencies ++= Seq(
344-
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test
344+
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test
345345
)
346346
)
347347
.enablePlugins(NoPublishPlugin)

0 commit comments

Comments
 (0)