-
Notifications
You must be signed in to change notification settings - Fork 833
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
Make it available for scala 2.12 #445
Comments
Thanks for reaching out @daureg i will try to bump the scala version for you. Now that Spark also moved to 2.12 this is a good time. |
v0.15 is scala 2.12? Is something still underway? |
Same question here @mhamilton723 |
I checked the build scripts a little. |
Ping @mhamilton723, anything one can help with wrt this issue? |
Hey @nightscape thanks for you investigation. I am not the author of that build script and hope to refactor much of this build to use more idiomatic sbt publishing stuff. if you make a PR changing that scala full version ill publish a package for you that you can use. It looks like Azure Databricks still uses 2.11 so i dont think a full bump should be made yet, it would have to be cross compiled which might not be a trivial thing given the state of our build. For the official releases I think it might be best to wait until the whole build system gets a bit tamer. (I plan on undertaking this in the next month or two). Thanks for your flexibility! |
@mhamilton723 thanks for the response! |
Hi @mhamilton723, it seems that you have revamped the whole build system, and it's indeed pretty nice to see a fairly standard |
I gave it a shot here: |
I couldn't download it in my Scala project until I downgraded scala version 2.11.
I tried quickly to compile myself, but I'm not very proficient with scala yet. One thing I noticed is that
log4j-api-scala
version 2.8.1 is not available for scala 2.12.The text was updated successfully, but these errors were encountered: