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


                                                                   

                                   
                                                                       
 
                                                                   
 
                                                      

                                                        
// Add personal SBT plugins for IDEs, etc to `local-plugins.sbt`
//
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")

// Scala IDE project file generator
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")

addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")