Skip to content

Commit

Permalink
fix location of sbt-git in project/source-plugins test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Nov 10, 2012
1 parent 19c776e commit 2428b10
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,5 +3,5 @@ object PluginDef extends Build {
override def projects = Seq(root)
lazy val root = Project("plugins", file(".")) dependsOn(proguard, git)
lazy val proguard = uri("git://github.com/jsuereth/xsbt-proguard-plugin.git")
lazy val git = uri("git://github.com/sbt/sbt-git-plugin.git#scala-build")
lazy val git = uri("git://github.com/sbt/sbt-git.git#scala-build")
}

0 comments on commit 2428b10

Please sign in to comment.