Skip to content

Commit 63b4940

Browse files
committed
Update munit to 0.7.14
1 parent a23d3b0 commit 63b4940

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)