Error:scalac: No 'scala-library*.jar' in Scala compiler classpath in Scala SDK sbt: org.scala-lang:scala-library:2.11.8:jar
Answered
When I try to run the App I get this error:
Error:scalac: No 'scala-library*.jar' in Scala compiler classpath in Scala SDK sbt: org.scala-lang:scala-library:2.11.8:jar
If I run the app from the SBT console everything is working as expected.
What is the issue here?
Please sign in to leave a comment.
See https://stackoverflow.com/a/46831548/104891.
But i don't have problems in other projects
Why is it only for this project? Why do I need to downgrade SBT or use different scala version? I need to use 2.11
What SBT version do you use?