Skip to content

Instantly share code, notes, and snippets.

@hexx
Created March 24, 2012 02:02
Show Gist options
  • Save hexx/2177504 to your computer and use it in GitHub Desktop.
Save hexx/2177504 to your computer and use it in GitHub Desktop.
Dispatch Tumblr build.sbt
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