Showing posts with label sbt console. Show all posts
Showing posts with label sbt console. Show all posts

Friday, July 05, 2013

How to load a specific version of scala repl with "sbt console"

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.