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

Restore binary compatibility with 2.9 #768

Merged
merged 1 commit into from
Jun 10, 2022
Merged

Conversation

OlegYch
Copy link
Contributor

@OlegYch OlegYch commented May 27, 2022

Fixes #767

@OlegYch
Copy link
Contributor Author

OlegYch commented Jun 10, 2022

@mkurz ping

@ihostage ihostage changed the title Restore binary compatibility with 2.9, closes #767 Restore binary compatibility with 2.9 Jun 10, 2022
Copy link
Member

@ihostage ihostage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @OlegYch!

@mergify mergify bot merged commit f2918b0 into playframework:main Jun 10, 2022
case (_, Some(previousVersion)) => Set(organization.value %%% moduleName.value % previousVersion)
case _ => throw new Error("Unable to determine previous version")
case (_, Some(previousVersion)) =>
val stableVersion = if (previousVersion.startsWith("2.10.0-RC")) "2.9.2" else previousVersion
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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

Successfully merging this pull request may close these issues.

2.10 is not binary compatible with 2.9
3 participants