Skip to content

Commit

Permalink
Update munit to 1.0.0-M8
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jun 9, 2023
1 parent 777783f commit 327a3df
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 327a3df

Please sign in to comment.