-
Notifications
You must be signed in to change notification settings - Fork 44
NoSuchMethodError with Scala 2.12.13 with version 5 #156
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
Comments
It seems that the workaround of using the latest upstream plugin doesn't work (#155 has been kindly submitted to fix this). Can you try the previous version's workaround? scoverage {
scoverageVersion = '1.4.5'
scoverageScalaVersion = '2.12.13'
} I need to review that before we can move forward, sorry. Stu |
Hi @maiflai! and thanks for looking into this 🥇 NEVER MIND HEREI tried with the explicit configuration
I get the same issue
LOOK HEREIt turns out I missed a file and it worked with the explicit configuration. Let me know if I can try to collect more data: I cannot get past version 1.4.5 because the |
Sorry for the delay, I've got past my local problems and published 6.0.0 of the plugin which should help you get past 1.4.5. |
Looking to confirm! |
It seems the workaround is no longer necessary with version 6.0.0 :) |
Hi all!
This seems to be the same issue (with the same stack trace) as in scoverage/scalac-scoverage-plugin#305
Compiling using scala 2.12 builds up to 2.12.12 works fine.
The text was updated successfully, but these errors were encountered: