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 c789075 + b70f9d3 commit d6c1592Copy full SHA for d6c1592
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.2")
+val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.3")
62
63
val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings(
64
name := "mima-core",
0 commit comments