I followed the documentation on the website, which involved adding the following line to 'plugins.sbt':
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1+36-2d9cbce2-SNAPSHOT")
This failed to fetch, and would not build.
I have since found out the correct line to add:
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
Can you please update the website documentation? Took me half an hour of digging around to find this out. Hopefully this saves someone else some time.
I followed the documentation on the website, which involved adding the following line to 'plugins.sbt':
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1+36-2d9cbce2-SNAPSHOT")This failed to fetch, and would not build.
I have since found out the correct line to add:
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")Can you please update the website documentation? Took me half an hour of digging around to find this out. Hopefully this saves someone else some time.