Skip to content

Commit 9415e9d

Browse files
authored
Merge pull request #563 from scala-steward/update/munit-0.7.14
Update munit to 0.7.14
2 parents a23d3b0 + 63b4940 commit 9415e9d

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

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

0 commit comments

Comments
 (0)