Skip to content

Commit

Permalink
dispatch 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Dec 28, 2011
1 parent 7012456 commit be2f3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,5 +1,5 @@
libraryDependencies ~= { seq =>
val vers = "0.8.6"
val vers = "0.8.7"
seq ++ Seq(
"net.databinder" %% "dispatch-core" % vers,
"net.databinder" %% "dispatch-oauth" % vers,
Expand Down
4 changes: 2 additions & 2 deletions project/build.scala
Expand Up @@ -2,7 +2,7 @@ import sbt._
object MyApp extends Build
{
lazy val root =
Project("", file(".")) dependsOn(dispatchTwitter)
Project("twine", file(".")) dependsOn(dispatchTwitter)
lazy val dispatchTwitter =
uri("git://github.com/n8han/dispatch-twitter#0.1.2")
uri("git://github.com/n8han/dispatch-twitter#0.1.4")
}

0 comments on commit be2f3a3

Please sign in to comment.