We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: