Skip to content

Instantly share code, notes, and snippets.

@maiha
Created August 29, 2014 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maiha/ee6c1c8cbcf9d5252e29 to your computer and use it in GitHub Desktop.
Save maiha/ee6c1c8cbcf9d5252e29 to your computer and use it in GitHub Desktop.
scalaVersion := "2.11.2"
libraryDependencies ++= {
val v = "0.8.1"
("com.typesafe.akka" %% "akka-remote" % "2.3.5") ::
("org.scalaz" %% "scalaz-core" % "7.1.0") ::
("net.databinder" %% "unfiltered-jetty" % v) ::
("net.databinder" %% "unfiltered-filter" % v) ::
("com.chuusai" %% "shapeless" % "2.0.0") ::
("com.github.nscala-time" %% "nscala-time" % "1.4.0") ::
("org.scala-lang" % "scala-compiler" % scalaVersion.value) ::
Nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment