We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
It's looking for scala3-doc rather than scaladoc:
scala3-doc
scaladoc
sbt:scala3-simple> doc [error] Couldn't retrieve `org.scala-lang:scala3-doc:3.0.1-RC1-bin-SNAPSHOT` : Error downloading org.scala-lang:scala3-doc_3.0.1-RC1:3.0.1-RC1-bin-SNAPSHOT [error] Not found [error] not found: /home/tgrigg/.ivy2/local/org.scala-lang/scala3-doc_3.0.1-RC1/3.0.1-RC1-bin-SNAPSHOT/ivys/ivy.xml [error] not found: https://repo1.maven.org/maven2/org/scala-lang/scala3-doc_3.0.1-RC1/3.0.1-RC1-bin-SNAPSHOT/scala3-doc_3.0.1-RC1-3.0.1-RC1-bin-SNAPSHOT.pom. [error] (doc / scalaInstance) Couldn't retrieve `org.scala-lang:scala3-doc:3.0.1-RC1-bin-SNAPSHOT` : Error downloading org.scala-lang:scala3-doc_3.0.1-RC1:3.0.1-RC1-bin-SNAPSHOT
The hardcoded 3.0.0 looks dubious:
3.0.0
https://github.com/lampepfl/dotty/blob/5bb0e92b33cd96ac96d394068165b38e4ce5b035/sbt-dotty/src/dotty/tools/sbtplugin/DottyPlugin.scala#L375-L378
The text was updated successfully, but these errors were encountered:
@smarter simply checking if v starts with 3 should work, no?
v
3
Sorry, something went wrong.
Yes I think so.
Fixed in #11946.
abgruszecki
No branches or pull requests
It's looking for
scala3-doc
rather thanscaladoc
:The hardcoded
3.0.0
looks dubious:https://github.com/lampepfl/dotty/blob/5bb0e92b33cd96ac96d394068165b38e4ce5b035/sbt-dotty/src/dotty/tools/sbtplugin/DottyPlugin.scala#L375-L378
The text was updated successfully, but these errors were encountered: