-
Notifications
You must be signed in to change notification settings - Fork 30
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
SBT 1.5.0: java.lang.NoClassDefFoundError: scala/tools/nsc/reporters/FilteringReporter #35
Comments
presumably an out of date sbt launch script |
The script is sbt-extras, which is installed like this
It's probably worth changing that to use |
I don't trust |
Also coursier/sbt-runner#6. |
What is the recommended alternative to sbt-extras? |
the sbt launch script published by the sbt maintainers and included in the sbt downloads |
@eed3si9n the recommended way to obtain that is by extracting it from e.g. https://github.com/sbt/sbt/releases/download/v1.5.0/sbt-1.5.0.tgz , yes? (I think sometimes people go for sbt-extras just because you can easily grab the launch script by itself) |
@SethTisue I think so, or SDKMAN distribution, which we garden. I've been actually thinking the official should have an option to work in one-file Bash script way. |
I also ran into this problem, re-install solves the problem:
|
Esto funciono para mi. |
Note that Eugene has now done this; the official launch script is available from e.g. https://raw.githubusercontent.com/sbt/sbt/v1.5.2/sbt |
Thank you for reporting! Closing this since it's not clear how to address this issue in this project. Please reopen if I'm misunderstanding |
Hello,
We just upgraded to sbt 1.5.0 and got the following error:
Are there any recommendations on how to overcome this issue?
The text was updated successfully, but these errors were encountered: