Skip to content

Instantly share code, notes, and snippets.

@YA2O
Created June 14, 2018 11:33
Show Gist options
  • Save YA2O/aa44b9c875c4d00c81b89b5ae49862e1 to your computer and use it in GitHub Desktop.
Save YA2O/aa44b9c875c4d00c81b89b5ae49862e1 to your computer and use it in GitHub Desktop.
SBT config for playing with scalaz in console
scalaVersion := "2.11.4"
libraryDependencies += "org.scalaz" %% "scalaz-core" % "7.2.24"
initialCommands += "import scalaz._, Scalaz._"
@YA2O
Copy link
Author

YA2O commented Jun 14, 2018

Copy build.sbt in directory. Then run "sbt console".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment