-
Notifications
You must be signed in to change notification settings - Fork 142
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
UnsupportedClassVersionError #225
Comments
Same here for 1.9.0! |
Re-compiling I don't think we can assure that Scala is 100% compatible with JDK 11. |
Yes, but then you have to re-publish the artifact to use it? |
Yes, that's correct. |
Yes, the JVM I used to compile is JVM 11. Also, i checked some of class files in the published jar and they are using version 52 (so JVM 8)
So I am not sure what to do ... |
Please check this file: I am not sure why you have certain files with version 52.0 and others with 55.0. |
@graineri Have you (by any chance) re published the artifact on a repository to use Java 8? If not, could you help me do that? |
@vamsiampolu, I haven't re-published it to any public repository. Sure. What do you need? You can try running |
I'm wondering if version 1.8.0 or 1.9.0 were compiled using JVM 11 since I'm getting the following error when I run it using JVM 8:
Thanks!
The text was updated successfully, but these errors were encountered: