outwatch-test/project/plugins.sbt

6 lines
320 B
Plaintext
Raw Normal View History

2020-12-27 14:58:19 +00:00
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
resolvers += Resolver.bintrayRepo("oyvindberg", "converter")
addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta29.1")
2020-12-27 15:09:57 +00:00
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.23")