Skip to content

Commit

Permalink
Merge pull request #184 from typelevel/update/munit-1.0.0
Browse files Browse the repository at this point in the history
Update munit to 1.0.0
  • Loading branch information
TonioGela authored May 30, 2024
2 parents 11ac07a + fb5f260 commit 292febe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy val toolkitTest = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.4",
"org.scalameta" %%% "munit" % "1.0.0-RC1", // not % Test, on purpose :)
"org.scalameta" %%% "munit" % "1.0.0", // not % Test, on purpose :)
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5"
),
mimaPreviousArtifacts := Set()
Expand Down

0 comments on commit 292febe

Please sign in to comment.