You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.3 KiB

4 years ago
  1. // Comment to get more information during initialization
  2. logLevel := Level.Warn
  3. // Resolvers
  4. resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
  5. resolvers += Resolver.bintrayRepo("oyvindberg", "converter")
  6. // for Scala.js 1.x.x
  7. addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta13")
  8. // Sbt plugins
  9. // Use Scala.js v1.x
  10. addSbtPlugin("com.vmunier" % "sbt-web-scalajs" % "1.0.11")
  11. addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.1")
  12. // addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.18.0")
  13. addSbtPlugin("ch.epfl.scala" % "sbt-web-scalajs-bundler" % "0.18.0")
  14. // If you prefer using Scala.js v0.6.x, uncomment the following plugins instead:
  15. // addSbtPlugin("com.vmunier" % "sbt-web-scalajs" % "1.1.0-0.6")
  16. // addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.33")
  17. addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.2")
  18. addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
  19. addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")
  20. addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")
  21. addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")