Skip to content
New issue

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

specifying scalaVersion breaks cross-building #20

Open
OlegYch opened this issue Sep 19, 2019 · 0 comments
Open

specifying scalaVersion breaks cross-building #20

OlegYch opened this issue Sep 19, 2019 · 0 comments

Comments

@OlegYch
Copy link

OlegYch commented Sep 19, 2019

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

pewniak747 added a commit to softwaremill/tapir that referenced this issue Aug 10, 2020
This reverts commit 2820c40.

Specifying the scalaVersion for a project breaks cross-building sbt/sbt-projectmatrix#20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant