From d5a8420694bc9f5b269f46097829d3178e116923 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 14 Aug 2012 01:02:48 +0200 Subject: o Initial import. --- project/plugins.sbt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 project/plugins.sbt (limited to 'project') diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 0000000..c8f0531 --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1,14 @@ +resolvers += Resolver.url( + "sbt-plugin-releases", + new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/") +)(Resolver.ivyStylePatterns) + +// IDEA plugin +resolvers += "sbt-idea-repo" at "http://mpeltonen.github.com/maven/" + +addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.0.0") + +// Release plugin +// addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.5") + +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.8.3") -- cgit v1.2.3