Skip to content

Instantly share code, notes, and snippets.

@rokgerzelj
rokgerzelj / Shell
Last active December 10, 2015 20:08
# to install the latest stable version:
brew install play
# to install play-2.1-RC2:
brew install https://raw.github.com/gist/4485598/play.rb
# to switch versions (from https://github.com/mxcl/homebrew/wiki/External-Commands):
brew switch play 2.0.4
brew switch play 2.1-RC2
@rokgerzelj
rokgerzelj / scala.rb
Last active December 10, 2015 19:58 — forked from nausher/scala.rb
# to install the latest stable version:
brew install scala --with-docs
#unlink version to allow new
brew unlink scala
# to install scala-2.10.0:
brew install https://gist.github.com/raw/4485280/scala.rb --with-docs
# to switch versions (from https://github.com/mxcl/homebrew/wiki/External-Commands):