scalajs-bundler icon indicating copy to clipboard operation
scalajs-bundler copied to clipboard

Cannot download plug in --- instructions out of date / missing a step?

Open ScalaWilliam opened this issue 3 years ago • 4 comments

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")

ScalaWilliam avatar Mar 30 '21 01:03 ScalaWilliam

Sorry. The correct version is 0.20.0. I need to fix the website.

sjrd avatar Mar 30 '21 03:03 sjrd

Similar issue: The website now recommends "0.0.0+1-d083e6df-SNAPSHOT"

ansvonwa avatar Oct 04 '21 00:10 ansvonwa

*hours later

thanks

Feel-ix-343 avatar Feb 05 '22 16:02 Feel-ix-343

This is still an issue, the webpage is not updated with the proper version

alekmeckaroski avatar Feb 16 '22 10:02 alekmeckaroski