Skip to content

Commit

Permalink
Bump MUnit to 0.7.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Apr 20, 2021
1 parent 199be4f commit 694ee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/de/heikoseeberger/sbtfresh/Template.scala
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private object Template {
|lazy val library =
| new {
| object Version {
| val munit = "0.7.23"
| val munit = "0.7.25"
| }
| val munit = "org.scalameta" %% "munit" % Version.munit
| val munitScalaCheck = "org.scalameta" %% "munit-scalacheck" % Version.munit
Expand Down

0 comments on commit 694ee11

Please sign in to comment.