Skip to content

Commit

Permalink
Updated to work with Jsoup tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
terriblybored committed Feb 5, 2012
1 parent 331f3cc commit 1265ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Expand Up @@ -7,7 +7,8 @@ libraryDependencies ~= { seq =>
/* 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-tagsoup" % vers,
"net.databinder" %% "dispatch-jsoup" % vers
)
}

Expand Down

0 comments on commit 1265ebe

Please sign in to comment.