I am running ubuntu and installed sbt-0.13.5. When typing sbt
on command line I get the following error:
Getting Scala 2.10.4 (for sbt)...
:: retrieving :: org.scala-sbt#boot-scala
confs: [default]
0 artifacts copied, 5 already retrieved (0kB/17ms)
Error: Could not retrieve Scala 2.10.4: missing scala.tools.nsc.Global
Any help would be appreciated.
Deleting ~/.sbt/boot
fixes this issue.