Skip to content

Commit

Permalink
Merge pull request #3405 from scala-steward/update/munit-1.0.2
Browse files Browse the repository at this point in the history
Update munit to 1.0.2
  • Loading branch information
mergify[bot] committed Sep 14, 2024
2 parents b137fb7 + a2bdc65 commit 1b36111
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 @@ -35,7 +35,7 @@ object Dependencies {
val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision
val millScriptVersion = "0.11.0-M10"
val monocleCore = "dev.optics" %% "monocle-core" % "3.3.0"
val munit = "org.scalameta" %% "munit" % "1.0.1"
val munit = "org.scalameta" %% "munit" % "1.0.2"
val munitCatsEffect = "org.typelevel" %% "munit-cats-effect" % "2.0.0"
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % "1.0.0"
val refined = "eu.timepit" %% "refined" % "0.11.2"
Expand Down

0 comments on commit 1b36111

Please sign in to comment.