summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2011-12-05 10:12:44 -0500
committerJosh Suereth <joshua.suereth@gmail.com>2011-12-05 10:12:44 -0500
commit7780a3667f5f9977215eba80e483d90cbdcfbb94 (patch)
tree9378ce227c9fcc4050d7f9807013de4290f406e5 /project/plugins.sbt
parent1ed57a4c19f89bc6736271fd63d465fed405c4d3 (diff)
downloadscala-7780a3667f5f9977215eba80e483d90cbdcfbb94.tar.gz
scala-7780a3667f5f9977215eba80e483d90cbdcfbb94.tar.bz2
scala-7780a3667f5f9977215eba80e483d90cbdcfbb94.zip
Step one towards using project revision to build
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt7
1 files changed, 7 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000000..2dfee4b5c9
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,7 @@
+resolvers += Resolver.url("Typesafe nightlies", url("https://typesafe.artifactoryonline.com/typesafe/ivy-snapshots/"))(Resolver.ivyStylePatterns)
+
+resolvers += Resolver.url("scalasbt", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns)
+
+resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
+
+