Skip to content

Commit

Permalink
Update munit to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Aug 12, 2024
1 parent 5f0a639 commit f5c6ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
object Dependencies {
lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.12.0")
lazy val cats211 = Def.setting("org.typelevel" %%% "cats-core" % "2.0.0")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.1")
lazy val munit211 = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M10")
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0")
lazy val munitScalacheck211 = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10")
Expand Down

0 comments on commit f5c6ebb

Please sign in to comment.