Skip to content

Commit

Permalink
Merge pull request #124 from scala-steward/update/munit-1.0.1
Browse files Browse the repository at this point in the history
Update munit to 1.0.1
  • Loading branch information
lhns authored Sep 8, 2024
2 parents e7ff691 + 6739129 commit 7f8950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name := (root / name).value

val V = new {
val logbackClassic = "1.5.4"
val munit = "0.7.29"
val munit = "1.0.1"
}

lazy val commonSettings: SettingsDefinition = Def.settings(
Expand Down

0 comments on commit 7f8950b

Please sign in to comment.