mirror of https://github.com/sbt/sbt.git
fix location of sbt-git in project/source-plugins test
This commit is contained in:
parent
19c776e1f9
commit
2428b100fa
|
|
@ -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")
|
||||
}
|
||||
Loading…
Reference in New Issue