Skip to content

Commit

Permalink
Merge pull request #47 from typelevel/update/munit-1.0.0-M8
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M8
  • Loading branch information
armanbilge authored Jun 9, 2023
2 parents 777783f + 327a3df commit 0fdf25e
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 @@ -38,7 +38,7 @@ lazy val toolkitTest = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.0",
"org.scalameta" %%% "munit" % "1.0.0-M7", // not % Test, on purpose :)
"org.scalameta" %%% "munit" % "1.0.0-M8", // not % Test, on purpose :)
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3"
),
mimaPreviousArtifacts := Set()
Expand Down

0 comments on commit 0fdf25e

Please sign in to comment.