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 8d017b3 + f210bbc commit dbce0ffCopy full SHA for dbce0ff
build.sbt
@@ -58,7 +58,7 @@ val root = project.in(file(".")).settings(
58
)
59
aggregateProjects(core.jvm, core.native, sbtplugin, functionalTests)
60
61
-val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.3")
+val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.4")
62
63
val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings(
64
name := "mima-core",
0 commit comments