Last active
August 29, 2015 14:00
-
-
Save miguel-vila/2ec091aa2b8653246e6e to your computer and use it in GitHub Desktop.
Shapeless and Scalaz console sandbox sbt commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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