Created
June 14, 2018 11:33
-
-
Save YA2O/aa44b9c875c4d00c81b89b5ae49862e1 to your computer and use it in GitHub Desktop.
SBT config for playing with scalaz in console
This file contains 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
scalaVersion := "2.11.4" | |
libraryDependencies += "org.scalaz" %% "scalaz-core" % "7.2.24" | |
initialCommands += "import scalaz._, Scalaz._" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy build.sbt in directory. Then run "sbt console".