-
Notifications
You must be signed in to change notification settings - Fork 87
fix JDK 6 on CI, and bump Scala and sbt and versions #172
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
Conversation
once this is green, but before I merge it, I should at least try to add |
LOL FML
|
I'm just going to rip out this latest-Scala-2.13 stuff, since we're so close to RC1. (It would make a cool sbt plugin for those wanting to use Scala nightlies — but, not tackling that myself, not right now anyway.) |
thanks Aaron for showing the way
gah, as I get deeper into this, I'm finding that Scalafix doesn't work on Java 6, and Scalafix stuff is all through the build now, since this repo has Scalafix rules as well as the library. let's just drop JDK 6 support instead. probably the artifacts we build will actually work on Java 6. if somebody finds they don't, they can report it and we can fix it. probably the number of people who will want to use this library on JDK 6 is small/zero. |
version bumps are now #174 |
modeled after @ashawley's scala/scala-xml#271
log for a green run from that PR, for reference: https://travis-ci.org/scala/scala-xml/builds/484411533