Skip to content

Commit

Permalink
trans dependencies seem to work fine
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Oct 29, 2011
1 parent d7669e8 commit 7012456
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions project/build.scala
Expand Up @@ -2,9 +2,7 @@ import sbt._
object MyApp extends Build
{
lazy val root =
Project("", file(".")) dependsOn(dispatchLiftJson,dispatchTwitter)
Project("", file(".")) dependsOn(dispatchTwitter)
lazy val dispatchTwitter =
uri("git://github.com/n8han/dispatch-twitter#0.1.2")
lazy val dispatchLiftJson =
uri("git://github.com/dispatch/dispatch-lift-json#0.1.0")
}

0 comments on commit 7012456

Please sign in to comment.