outwatch-test/project/plugins.sbt
2020-12-27 20:39:57 +05:30

6 lines
320 B
Scala

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")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.23")