Skip to content

Commit

Permalink
Merge pull request #591 from scala-steward/update/munit-0.7.20
Browse files Browse the repository at this point in the history
Update munit to 0.7.20
  • Loading branch information
dwijnand authored Dec 17, 2020
2 parents 67c24f4 + 01b218e commit 0abf389
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 @@ -33,7 +33,7 @@ val root = project.in(file(".")).settings(
)
aggregateProjects(core, sbtplugin, functionalTests)

val munit = "org.scalameta" %% "munit" % "0.7.19"
val munit = "org.scalameta" %% "munit" % "0.7.20"

val core = project.settings(
name := "mima-core",
Expand Down

0 comments on commit 0abf389

Please sign in to comment.