Skip to content

Commit 9242aed

Browse files
authored
Merge pull request #558 from scala-steward/update/munit-0.7.13
Update munit to 0.7.13
2 parents 3db5451 + 0a4fa51 commit 9242aed

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

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

0 commit comments

Comments
 (0)