Skip to content

Commit

Permalink
Merge pull request #181 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
mergify[bot] authored Aug 12, 2024
2 parents c820403 + 025d397 commit 69967f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ object Deps {
}

val munit = new {
val munit = ivy"org.scalameta::munit::1.0.0"
val munit = ivy"org.scalameta::munit::1.0.1"
val scalaCheck = ivy"org.scalameta::munit-scalacheck::1.0.0"
val all = Agg(munit, scalaCheck)
}
Expand Down

0 comments on commit 69967f6

Please sign in to comment.