diff --git a/project/plugins.sbt b/project/plugins.sbt index e8c3e53..7abe703 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,3 +3,7 @@ resolvers += Resolver.url("artifactory", url("http://scalasbt.artifactoryonline. addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.8.8") addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0") + +resolvers += Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns) + +addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6") \ No newline at end of file