Open OlegYch opened 5 years ago
with a build like this
lazy val api = ProjectMatrix(id = "api", base = file("api")) .settings(name := "api", scalaVersion := "2.12.0") .jvmPlatform(List("2.12.0", "2.13.0"))
publishLocal ignores cross versions and just publishes artifact for 2.12.0 twice
with a build like this
publishLocal ignores cross versions and just publishes artifact for 2.12.0 twice