We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Revert "Leave scalaVersion in commonSettings"
3702a71
This reverts commit 2820c40. Specifying the scalaVersion for a project breaks cross-building sbt/sbt-projectmatrix#20
No branches or pull requests
with a build like this
publishLocal ignores cross versions and just publishes artifact for 2.12.0 twice
The text was updated successfully, but these errors were encountered: