Skip to content

Commit 4443a06

Browse files
authored
Merge pull request #645 from scala-steward/update/munit-0.7.27
Update munit to 0.7.27
2 parents c9f18bc + 7f46aa2 commit 4443a06

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.26"
38+
val munit = "org.scalameta" %% "munit" % "0.7.27"
3939

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

0 commit comments

Comments
 (0)