summaryrefslogtreecommitdiff
path: root/project/project
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2011-12-05 14:37:59 -0500
committerJosh Suereth <joshua.suereth@gmail.com>2011-12-05 14:37:59 -0500
commit9f1c8965afda7db5dccac0918ead47d446577617 (patch)
tree5d5cdcd2a69430d0c2688f3033ccd6ac6d92dea7 /project/project
parent7780a3667f5f9977215eba80e483d90cbdcfbb94 (diff)
downloadscala-9f1c8965afda7db5dccac0918ead47d446577617.tar.gz
scala-9f1c8965afda7db5dccac0918ead47d446577617.tar.bz2
scala-9f1c8965afda7db5dccac0918ead47d446577617.zip
Fixed mechanisms which pulls scala revision for properties file.
Diffstat (limited to 'project/project')
-rw-r--r--project/project/Build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/project/Build.scala b/project/project/Build.scala
index 97a1787e0d..1ceb7e2ef2 100644
--- a/project/project/Build.scala
+++ b/project/project/Build.scala
@@ -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")
+ lazy val git = uri("git://github.com/sbt/sbt-git-plugin.git#scala-build")
}