scalacenter / scalajs-bundler

https://scalacenter.github.io/scalajs-bundler
Other
234 stars 101 forks source link

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

Open ScalaWilliam opened 3 years ago

ScalaWilliam commented 3 years ago

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")
sjrd commented 3 years ago

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

ansvonwa commented 3 years ago

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

Feel-ix-343 commented 2 years ago

*hours later

thanks

alekmeckaroski commented 2 years ago

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