Skip to content

Instantly share code, notes, and snippets.

@geidsvig
geidsvig / scala.rb
Last active December 17, 2015 10:48 — forked from cstrahan/scala.rb
# to install the latest stable version:
brew install scala --with-docs
# to install scala-2.10.1:
brew install https://raw.github.com/gist/5597101/scala.rb --with-docs
# to switch versions (from https://github.com/mxcl/homebrew/wiki/External-Commands):
brew switch scala 2.9.2
brew switch scala 2.10.1