Skip to content

Commit

Permalink
Merge pull request #185 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
TonioGela authored May 30, 2024
2 parents 292febe + e3b5b69 commit ea095f4
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", // not % Test, on purpose :)
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5"
"org.typelevel" %%% "munit-cats-effect" % "2.0.0"
),
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-M5" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
"co.fs2" %%% "fs2-io" % "3.10.2" % Test,
"org.virtuslab.scala-cli" %% "cli" % "1.3.2" cross (CrossVersion.for2_13Use3)
),
Expand Down

0 comments on commit ea095f4

Please sign in to comment.