-
Notifications
You must be signed in to change notification settings - Fork 131
Don't check for scala versions anymore for scala native #447
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
de2d168
to
d7ae2c6
Compare
d7ae2c6
to
d7444e7
Compare
I think it's fine to use Scala 3.1. It means users of our next library version won't be able to use it on Scala 3.0, but I think that's fine, let them move to 3.1. (Scala 3.1.2-RC1 adds -Yscala-release
which aims to add this kind of forward-compatibility, but I think it's too new/experimental for us to rely on.)
I think the check for JDK 1.6 can be dropped; we no longer build or test on JDK 6 or 7.
I'm curious if the test := {}
is still needed.
Did you look to see if publishLocal
publishes non-empty JARs?
publishLocal
indeed published empty jars, after this change not anymore.
I've dropped jdk 6 and enabled the tests for scala native.
Uh oh!
There was an error while loading. Please reload this page.
I think this will help solve the empty jars problem in #444. I had to update scala 3.0.2 to 3.1.1 as well to make the build succeed.