Skip to content

Instantly share code, notes, and snippets.

View jesperhj's full-sized avatar

Jesper Hjertstedt jesperhj

  • Tink
  • Stockholm, Sweden
View GitHub Profile
@jesperhj
jesperhj / scala.rb
Created August 28, 2013 13:28 — forked from cstrahan/scala.rb
# to install the latest stable version:
brew install scala --with-docs
# to install scala-2.10.0-RC1:
brew install https://raw.github.com/gist/3939012/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.0-RC1