Skip to content

Commit b286f74

Browse files
authored
Merge pull request #616 from scala-steward/update/munit-0.7.25
Update munit to 0.7.25
2 parents 220f97d + 7fe1062 commit b286f74

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
@@ -33,7 +33,7 @@ val root = project.in(file(".")).settings(
3333
)
3434
aggregateProjects(core, sbtplugin, functionalTests)
3535

36-
val munit = "org.scalameta" %% "munit" % "0.7.23"
36+
val munit = "org.scalameta" %% "munit" % "0.7.25"
3737

3838
val core = project.settings(
3939
name := "mima-core",

0 commit comments

Comments
 (0)