Skip to content

Commit

Permalink
Merge pull request #3528 from scala-steward/update/munit-1.0.4
Browse files Browse the repository at this point in the history
Update munit to 1.0.4
  • Loading branch information
mergify[bot] authored Jan 7, 2025
2 parents eb87eff + afe01f2 commit dd75e9e
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 @@ -34,7 +34,7 @@ object Dependencies {
val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision
val millMain = "com.lihaoyi" % "mill-main_2.13" % "0.12.5"
val monocleCore = "dev.optics" %% "monocle-core" % "3.3.0"
val munit = "org.scalameta" %% "munit" % "1.0.3"
val munit = "org.scalameta" %% "munit" % "1.0.4"
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.3"
Expand Down

0 comments on commit dd75e9e

Please sign in to comment.