Skip to content

Commit

Permalink
Update munit-cats-effect to 2.0.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Apr 13, 2024
1 parent ca6c7b4 commit 87ef594
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 @@ -41,7 +41,7 @@ lazy val toolkitTest = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.4",
"org.scalameta" %%% "munit" % "1.0.0-M11", // not % Test, on purpose :)
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4"
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5"
),
mimaPreviousArtifacts := Set()
)
Expand All @@ -51,7 +51,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "tests",
libraryDependencies ++= Seq(
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test,
"co.fs2" %%% "fs2-io" % "3.10.2" % Test,
"org.virtuslab.scala-cli" %% "cli" % "1.2.2" cross (CrossVersion.for2_13Use3)
),
Expand Down

0 comments on commit 87ef594

Please sign in to comment.