If you want to run a specific version of scala REPL with sbt then run the following on commandline:
$ sbt "++ 2.10.2" console
It will load scala 2.10.2 interpreter/repl.
$ sbt "++ 2.10.2" console
It will load scala 2.10.2 interpreter/repl.
No comments:
Post a Comment