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 c0c2532 + f0cd0fd commit d2b7417Copy full SHA for d2b7417
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.22"
+val munit = "org.scalameta" %% "munit" % "0.7.23"
37
38
val core = project.settings(
39
name := "mima-core",
0 commit comments