Top "Scala-2.11" questions

How to quit scala 2.11.0 REPL?

In the last version of scala (2.10.3) REPL, I can type exit to quit from REPL. However, in Scala 2.11.0 this doesn't …

scala scala-2.11
Trying to cross compile a project to Scala 2.11 fails with "error while loading Object, Missing dependency 'object scala in compiler mirror'"

I'm trying to compile my project to Scala 2.10 and 2.11 so that I can release versions for both scala versions, but …

scala sbt cross-compiling scala-2.11
Why doesn't the Def.inputTask macro work in Scala 2.11.1?

I'm using Scala 2.11.1 and sbt 0.13.5. I have an sbt plugin that contains a helper function to create input tasks as …

scala sbt scala-2.11