-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add Scala 2.13 support #83
Conversation
Ah, just saw config.yaml. That will also have to be updated. |
Finally... 😅 Also, apparently there's no |
Looks good! I see there are a few deprecation warnings in 2.13, could you have a look? |
Yeah, those JavaConverters warnings come up a lot when upgrading to 2.13. I've seen many different ways of handling it. Some people just ignore them (or use the silencer plugin), while others do tedious code splitting. There's also this. And then there's |
All good, thanks! I’ll do a release. |
* Add Scala 2.13 support * Add Scala 2.13 to config.yml * Use supported versions for docker images * Remove reference to non-existing image * Remove reference to non-existing image * Fix deprecation warnings
Closes #29
Disables the tests for 2.13 temporary until elasticmq supports it.
Also, I saw a reference to Scala 2.11 in
build.sbt
, but it doesn't seem to actually be used (and I don't see 2.11 published), so I'm assuming that was just remnants from an old build file and it wasn't intentional.