Skip to content

Commit 91a1969

Browse files
Update munit-cats-effect to 2.0.0-M4
1 parent 2b8920d commit 91a1969

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
@@ -41,7 +41,7 @@ lazy val toolkitTest = crossProject(JVMPlatform, JSPlatform, NativePlatform)
4141
"org.typelevel" %%% "cats-core" % "2.10.0",
4242
"org.typelevel" %%% "cats-effect-testkit" % "3.5.2",
4343
"org.scalameta" %%% "munit" % "1.0.0-M10", // not % Test, on purpose :)
44-
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3"
44+
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4"
4545
),
4646
mimaPreviousArtifacts := Set()
4747
)
@@ -54,7 +54,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
5454
if (scalaBinaryVersion.value == "2.13") Seq("-Ytasty-reader") else Nil
5555
},
5656
libraryDependencies ++= Seq(
57-
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test,
57+
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
5858
"co.fs2" %%% "fs2-io" % "3.9.2" % Test,
5959
// https://github.com/VirtusLab/scala-cli/issues/2421
6060
"org.virtuslab.scala-cli" %% "cli" % "1.0.5" cross (CrossVersion.for2_13Use3) excludeAll (

0 commit comments

Comments
 (0)