Skip to content

Commit d2b7417

Browse files
authored
Merge pull request #612 from scala-steward/update/munit-0.7.23
Update munit to 0.7.23
2 parents c0c2532 + f0cd0fd commit d2b7417

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.22"
36+
val munit = "org.scalameta" %% "munit" % "0.7.23"
3737

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

0 commit comments

Comments
 (0)