From 1265ebec55b4d7e2196539f7f9c4e78aca8b6a0d Mon Sep 17 00:00:00 2001 From: terriblybored Date: Sun, 5 Feb 2012 22:38:03 +0800 Subject: [PATCH] Updated to work with Jsoup tutorial. --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e112a61..5d4e239 100644 --- a/build.sbt +++ b/build.sbt @@ -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 ) }