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

                                      
                                                           
                                                           

                                                                              
                                                       
                                                               
ivyLoggingLevel := UpdateLogging.Quiet

addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.6.0-RC3")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.4.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "0.4.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.7")