Skip to content

Commit 3218a44

Browse files
authored
Merge pull request #648 from scala-steward/update/munit-0.7.28
Update munit to 0.7.28
2 parents c5767ac + 0bd23c7 commit 3218a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ val root = project.in(file(".")).settings(
3535
)
3636
aggregateProjects(core, sbtplugin, functionalTests)
3737

38-
val munit = "org.scalameta" %% "munit" % "0.7.27"
38+
val munit = "org.scalameta" %% "munit" % "0.7.28"
3939

4040
val core = project.settings(
4141
name := "mima-core",

0 commit comments

Comments
 (0)