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 c5767ac + 0bd23c7 commit 3218a44Copy full SHA for 3218a44
build.sbt
@@ -35,7 +35,7 @@ val root = project.in(file(".")).settings(
35
)
36
aggregateProjects(core, sbtplugin, functionalTests)
37
38
-val munit = "org.scalameta" %% "munit" % "0.7.27"
+val munit = "org.scalameta" %% "munit" % "0.7.28"
39
40
val core = project.settings(
41
name := "mima-core",
0 commit comments