Created
March 24, 2012 02:02
-
-
Save hexx/2177504 to your computer and use it in GitHub Desktop.
Dispatch Tumblr build.sbt
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
organization := "com.github.hexx" | |
name := "dispatch-tumblr" | |
version := "0.0.1" | |
scalaVersion := "2.9.1" | |
scalacOptions += "-deprecation" | |
libraryDependencies ++= Seq( | |
"net.databinder" %% "dispatch-http-json" % "0.8.8", | |
"net.databinder" %% "dispatch-oauth" % "0.8.8", | |
"org.specs2" %% "specs2" % "1.8.2" % "test" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment