aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt10
1 files changed, 10 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000000..4bfc7f2af5
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,10 @@
+resolvers ++= Seq(
+ "sbt-idea-repo" at "http://mpeltonen.github.com/maven/",
+ Classpaths.typesafeResolver
+)
+
+addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "0.11.0-SNAPSHOT")
+
+addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse" % "1.4.0")
+
+addSbtPlugin("com.eed3si9n" %% "sbt-assembly" % "0.6")