scalajs-bundler
scalajs-bundler copied to clipboard
Cannot download plug in --- instructions out of date / missing a step?
On this page, https://scalacenter.github.io/scalajs-bundler/ the instruction says to use:
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0d8812f9")
However upon following it, I get this:
[error] (update) sbt.librarymanagement.ResolveException: Error downloading ch.epfl.scala:sbt-scalajs-bundler;sbtVersion=1.0;scalaVersion=2.12:0d8812f9
[error] Not found
[error] Not found
[error] not found: https://repo1.maven.org/maven2/ch/epfl/scala/sbt-scalajs-bundler_2.12_1.0/0d8812f9/sbt-scalajs-bundler-0d8812f9.pom
[error] not found: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/ch.epfl.scala/sbt-scalajs-bundler/scala_2.12/sbt_1.0/0d8812f9/ivys/ivy.xml
[error] not found: https://repo.typesafe.com/typesafe/ivy-releases/ch.epfl.scala/sbt-scalajs-bundler/scala_2.12/sbt_1.0/0d8812f9/ivys/ivy.xml
[warn] Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? (default: r)
Worked using this:
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
Sorry. The correct version is 0.20.0. I need to fix the website.
Similar issue: The website now recommends "0.0.0+1-d083e6df-SNAPSHOT"
*hours later
thanks
This is still an issue, the webpage is not updated with the proper version