aboutsummaryrefslogblamecommitdiff
path: root/project/plugins.sbt
blob: 0d5801c1c99be15afd9fb27945e5a2be962917ea (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                                              
                                                       
 
                                                           
 
                                                          
 
                                                           
 
                                                              
 


                                                         
resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

resolvers += "Kamon Releases" at "http://repo.kamon.io"

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-aspectj" % "0.9.4")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.2")

addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.2.1")

addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1")