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

Drop building in Scala 2.13 #400

Merged

Conversation

dwijnand
Copy link
Collaborator

This drops the setup & testing of MiMa using Scala 2.13.

The reason is that there is no need for this. MiMa is by-and-large
consumed via its sbt plugins, which is not 1.x only. sbt 1.x will
always be Scala 2.12 only, and there are not real plans for sbt 2.x.
Therefore we can stop building with Scala 2.13.

Note that MiMa continues to support verifying the binary compatibility
of Scala 2.11-2.13 projects - that support is crucial and not going
anywhere.

@dwijnand dwijnand requested a review from SethTisue September 25, 2019 19:54
This was referenced Sep 25, 2019
This drops the setup & testing of MiMa using Scala 2.13.

The reason is that there is no need for this.  MiMa is by-and-large
consumed via its sbt plugins, which is not 1.x only.  sbt 1.x will
always be Scala 2.12 only, and there are not real plans for sbt 2.x.
Therefore we can stop building with Scala 2.13.

Note that MiMa continues to support verifying the binary compatibility
of Scala 2.11-2.13 projects - that support is crucial and not going
anywhere.
@dwijnand dwijnand force-pushed the drop-building-in-scala-2.13 branch from 5d619d6 to 1ae5fff Compare September 26, 2019 13:51
@dwijnand dwijnand merged commit 9372bde into lightbend-labs:master Sep 26, 2019
@dwijnand dwijnand deleted the drop-building-in-scala-2.13 branch September 26, 2019 15:01
SethTisue added a commit to SethTisue/community-build that referenced this pull request Sep 26, 2019
@SethTisue
Copy link
Collaborator

I've now dropped MiMa from the 2.13 community build. (in a soon-to-be-merged PR)

dwijnand added a commit to dwijnand/mima that referenced this pull request Feb 2, 2020
We used to cross-build MiMa to 2.13, but that was pointless so we
dropped it (see lightbend-labs#400).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants