Skip to content
New issue

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

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

Open
ScalaWilliam opened this issue Mar 30, 2021 · 4 comments
Open

Comments

@ScalaWilliam
Copy link

ScalaWilliam commented Mar 30, 2021

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
Copy link
Collaborator

sjrd commented Mar 30, 2021

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

@ansvonwa
Copy link

ansvonwa commented Oct 4, 2021

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

@Feel-ix-343
Copy link

*hours later

thanks

@alekmeckaroski
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants