Skip to content

Instantly share code, notes, and snippets.

@gigiigig
Created December 1, 2014 18:15
Show Gist options
  • Save gigiigig/6cc82169caa6b7f2fae8 to your computer and use it in GitHub Desktop.
Save gigiigig/6cc82169caa6b7f2fae8 to your computer and use it in GitHub Desktop.
Sbt experiment build
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