Skip to content

Commit

Permalink
Merge pull request #436 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 18, 2025
2 parents d46d11a + e28c12a commit 7a2786a
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 @@ -2,5 +2,5 @@ import sbt.stringToOrganization

object Dependencies {
final val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
final val munit = "org.scalameta" %% "munit" % "1.0.3"
final val munit = "org.scalameta" %% "munit" % "1.0.4"
}

0 comments on commit 7a2786a

Please sign in to comment.