Skip to content

Instantly share code, notes, and snippets.

@miguel-vila
Last active August 29, 2015 14:00
Show Gist options
  • Save miguel-vila/2ec091aa2b8653246e6e to your computer and use it in GitHub Desktop.
Save miguel-vila/2ec091aa2b8653246e6e to your computer and use it in GitHub Desktop.
Shapeless and Scalaz console sandbox sbt commands
set scalaVersion := "2.11.0"
set libraryDependencies += "org.scalaz" %% "scalaz-core" % "7.1.0"
set initialCommands += "import scalaz._, Scalaz._"
session save
console
//Shapeless:
/*
set libraryDependencies += "com.chuusai" %% "shapeless" % "2.0.0"
set initialCommands += "import shapeless._"
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment