-
Notifications
You must be signed in to change notification settings - Fork 444
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
1.6.0 not compatible with Lagom 1.4.10 #1184
Comments
This issue doesn't belong to this repo. Moving to Apologies, |
Btw I think it's also an sbt-native-packager issue because adding a field to a trait is binary incompatible. |
Thanks for pointing this out 😃 Responsible PRs I think the main issue here is that these traits a public. They aren't meant to be use. As @dwijnand correctly points out one should use the |
Maybe we mark all |
That's also binary incompatible. I think you should deprecate |
Also, I think you should MiMa check the code. |
I know 😜 Deprecating and then making them private should be the way to go. Maybe now there's enough stuff to actually make a |
After Play 2.6.20 the Play dependency to
sbt-native-packager
bumped to1.3.15
.sbt-reactove-app
usessbt-native-packager
by extendingDockerKeys
.DockerKeys
insbt-native-packager
changed in the1.3.x
family (new fields added in1.3.12
and1.3.14
).Using
sbt-reactive-app
with Play2.6.21
is not possible:Both
sbt-reactive-app
1.5.0
and1.6.0
fail.This is arguably a Play issue and not a
sbt-reactive-app
issue though.The text was updated successfully, but these errors were encountered: