diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-08-14 01:02:48 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-08-14 01:02:48 +0200 |
commit | d5a8420694bc9f5b269f46097829d3178e116923 (patch) | |
tree | 9d21cf08ef3cd73f43fb79128af5afa4dd122328 /project | |
download | imap-to-db-d5a8420694bc9f5b269f46097829d3178e116923.tar.gz imap-to-db-d5a8420694bc9f5b269f46097829d3178e116923.tar.bz2 imap-to-db-d5a8420694bc9f5b269f46097829d3178e116923.tar.xz imap-to-db-d5a8420694bc9f5b269f46097829d3178e116923.zip |
o Initial import.
Diffstat (limited to 'project')
-rw-r--r-- | project/plugins.sbt | 14 |
1 files changed, 14 insertions, 0 deletions
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") |