Skip to content

Instantly share code, notes, and snippets.

@tpolecat
Last active December 26, 2015 20:19
Show Gist options
  • Save tpolecat/7208241 to your computer and use it in GitHub Desktop.
Save tpolecat/7208241 to your computer and use it in GitHub Desktop.
name := "just-scalaz"
version := "0.1"
scalaVersion := "2.10.2"
libraryDependencies ++= Seq(
"org.scalaz" % "scalaz-core_2.10" % "7.0.3",
"org.scalaz" % "scalaz-effect_2.10" % "7.0.3"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment