Skip to content

Commit

Permalink
Update munit to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward[bot] committed Oct 4, 2024
1 parent c964185 commit de71293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object LibraryDependencies {
}

object Munit {
val munitVersion = "1.0.0"
val munitVersion = "1.0.2"
val core = Def.setting("org.scalameta" %%% "munit" % munitVersion)
val scalacheck =
Def.setting("org.scalameta" %%% "munit-scalacheck" % munitVersion)
Expand Down

0 comments on commit de71293

Please sign in to comment.