Skip to content

Instantly share code, notes, and snippets.

View devsprint's full-sized avatar
🏠
Working from home

Gabriel Ciuloaica 🦀 devsprint

🏠
Working from home
View GitHub Profile
@devsprint
devsprint / scala.rb
Last active December 10, 2015 15:38 — forked from cstrahan/scala.rb
# to install the latest stable version:
brew install scala --with-docs
# to install scala-2.10.0:
brew install https://raw.github.com/gist/4456110/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