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
313 B

4 years ago
  1. resolvers += Resolver.bintrayRepo("oyvindberg", "converter")
  2. addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.1.0")
  3. addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.18.0")
  4. addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta24")
  5. addSbtPlugin("org.akka-js" % "sbt-shocon" % "1.0.0")