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 think that the front of this page should be; https://scalacenter.github.io/scalajs-bundler/
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
rather than
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.0.0+1-b3702414-SNAPSHOT")
The text was updated successfully, but these errors were encountered:
Looking at CI setup, it should fix itself up upon next commit to main, but we should probably only publish to GitHub Pages only on tags, rather than every commit to main - https://github.com/scalacenter/scalajs-bundler/blob/main/.github/workflows/ghpages.yml#L7.
Sorry, something went wrong.
This is still showing the wrong version.
I agree. The documentation should reference a stable version, not a SNAPSHOT one. At the moment this is perhaps:
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.0")
The #421 claims to fix this, but still there is a snapshot version listed at https://scalacenter.github.io/scalajs-bundler/
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1+20-45f9c187-SNAPSHOT")
No branches or pull requests
I think that the front of this page should be;
https://scalacenter.github.io/scalajs-bundler/
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
rather than
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.0.0+1-b3702414-SNAPSHOT")
The text was updated successfully, but these errors were encountered: