Skip to content

Commit

Permalink
Merge pull request #3 from terriblybored/patch-1
Browse files Browse the repository at this point in the history
Required for TagSoup tutorial
  • Loading branch information
Nathan Hamblen committed Feb 5, 2012
2 parents be2f3a3 + 1265ebe commit 5c9960c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.sbt
Expand Up @@ -4,9 +4,11 @@ libraryDependencies ~= { seq =>
"net.databinder" %% "dispatch-core" % vers,
"net.databinder" %% "dispatch-oauth" % vers,
"net.databinder" %% "dispatch-nio" % vers,
/* Twine doesn't need the below dependency, but it simplifies
* the Dispatch tuturials to keep it here for now. */
"net.databinder" %% "dispatch-http" % vers
/* Twine doesn't need the below dependencies, but it simplifies
* the Dispatch tutorials to keep it here for now. */
"net.databinder" %% "dispatch-http" % vers,
"net.databinder" %% "dispatch-tagsoup" % vers,
"net.databinder" %% "dispatch-jsoup" % vers
)
}

Expand Down

0 comments on commit 5c9960c

Please sign in to comment.