Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Support Scala 2.12 #5

Open
jongwook opened this issue Feb 6, 2017 · 0 comments
Open

Support Scala 2.12 #5

jongwook opened this issue Feb 6, 2017 · 0 comments

Comments

@jongwook
Copy link
Contributor

jongwook commented Feb 6, 2017

It can be done with almost no code change, as TRAVIS=true sbt ++2.12.1 test succeeds now.

One nuisance is that we would still want to use JDK 1.7 for Scala 2.10 and 2.11 builds for the maximum compatibility, whereas JDK 1.8 is required for 2.12.

We will need to relax our JDK 1.7 check, such that the check is only performed when SBT is publishing something.

I'm considering about using Jabba as a part of the build toolchain, but not sure if it will be a future-proof solution.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant