We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 220f97d + 7fe1062 commit b286f74Copy full SHA for b286f74
build.sbt
@@ -33,7 +33,7 @@ val root = project.in(file(".")).settings(
33
)
34
aggregateProjects(core, sbtplugin, functionalTests)
35
36
-val munit = "org.scalameta" %% "munit" % "0.7.23"
+val munit = "org.scalameta" %% "munit" % "0.7.25"
37
38
val core = project.settings(
39
name := "mima-core",
0 commit comments