Skip to content

Instantly share code, notes, and snippets.

@etorreborre
Forked from puffnfresh/scalaz.sh
Created December 20, 2013 03:59
Show Gist options
  • Save etorreborre/8050233 to your computer and use it in GitHub Desktop.
Save etorreborre/8050233 to your computer and use it in GitHub Desktop.
# Get yourself sbt-extras
# Or: brew install sbt
alias scalaz="sbt -sbt-create 'set libraryDependencies += \"org.scalaz\" %% \"scalaz-core\" % \"7.1.0-M4\"' 'set initialCommands := \"import scalaz._; import Scalaz._\"' 'console'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment