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.

5 lines
320 B

3 years ago
3 years ago
  1. addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0")
  2. addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
  3. resolvers += Resolver.bintrayRepo("oyvindberg", "converter")
  4. addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta29.1")
  5. addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.23")