Skip to content

Commit

Permalink
Merge pull request #19 from enrich/master
Browse files Browse the repository at this point in the history
update dispatch dependencies
  • Loading branch information
debasishg committed May 26, 2012
2 parents 3d69852 + 8526f0c commit ca2b901
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -30,3 +30,4 @@ semantic.cache
.idea .idea
.scala_dependencies .scala_dependencies
run run
.cache
10 changes: 5 additions & 5 deletions build.sbt
Expand Up @@ -7,12 +7,12 @@ version := "0.7"
resolvers ++= Seq("Scala-Tools Maven2 Snapshots Repository" at "http://scala-tools.org/repo-snapshots", resolvers ++= Seq("Scala-Tools Maven2 Snapshots Repository" at "http://scala-tools.org/repo-snapshots",
"Scala-Tools Maven2 Releases Repository" at "http://scala-tools.org/repo-releases") "Scala-Tools Maven2 Releases Repository" at "http://scala-tools.org/repo-releases")


libraryDependencies ++= Seq("net.databinder" %% "dispatch-json" % "0.8.6" % "compile", libraryDependencies ++= Seq("net.databinder" %% "dispatch-json" % "0.8.8" % "compile",
"net.databinder" %% "dispatch-http-json" % "0.8.6" % "compile", "net.databinder" %% "dispatch-http-json" % "0.8.8" % "compile",
"net.databinder" %% "dispatch-http" % "0.8.6" % "compile", "net.databinder" %% "dispatch-http" % "0.8.8" % "compile",
"commons-logging" % "commons-logging" % "1.1.1" % "compile", "commons-logging" % "commons-logging" % "1.1.1" % "compile",
"org.apache.httpcomponents" % "httpclient" % "4.1.2" % "compile", "org.apache.httpcomponents" % "httpclient" % "4.1.3" % "compile",
"net.debasishg" %% "sjson" % "0.15" % "compile", "net.debasishg" %% "sjson" % "0.17" % "compile",
"org.scala-lang" % "scala-compiler" % "2.9.1" % "compile", "org.scala-lang" % "scala-compiler" % "2.9.1" % "compile",
"org.scalatest" %% "scalatest" % "1.6.1" % "test", "org.scalatest" %% "scalatest" % "1.6.1" % "test",
"junit" % "junit" % "4.10" % "test") "junit" % "junit" % "4.10" % "test")

0 comments on commit ca2b901

Please sign in to comment.