Skip to content

Commit

Permalink
Update munit to 1.0.2 (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 18, 2024
1 parent 777940c commit da34bb8
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 @@ -11,7 +11,7 @@ object Dependencies {
lazy val jawnParser = Def.setting("org.typelevel" %%% "jawn-parser" % "1.6.0")
lazy val jawnAst = Def.setting("org.typelevel" %%% "jawn-ast" % "1.6.0")
lazy val jython = Def.setting("org.python" % "jython-standalone" % "2.7.4")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.1")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.2")
lazy val munitScalaCheck =
Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0")
lazy val paiges = Def.setting("org.typelevel" %%% "paiges-core" % "0.4.4")
Expand Down

0 comments on commit da34bb8

Please sign in to comment.