fix location of sbt-git in project/source-plugins test

This commit is contained in:
Mark Harrah 2012-11-10 18:18:15 -05:00
parent 19c776e1f9
commit 2428b100fa
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}