Created
December 1, 2014 18:15
-
-
Save gigiigig/6cc82169caa6b7f2fae8 to your computer and use it in GitHub Desktop.
Sbt experiment build
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.1" | |
resolvers ++= Seq( | |
"Sonatype OSS Releases" at "http://oss.sonatype.org/content/repositories/releases/", | |
"Sonatype OSS Snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/", | |
"Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases" | |
) | |
libraryDependencies ++= Seq( | |
"com.chuusai" %% "shapeless" % "2.0.0", | |
"org.scalaz" %% "scalaz-core" % "7.1.0", | |
"org.scalaz.stream" %% "scalaz-stream" % "0.4.1", | |
"org.typelevel" %% "scalaz-contrib-210" % "0.2", | |
"org.typelevel" %% "scalaz-contrib-validation" % "0.2" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment