question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`updateSbtClassifiers` tried wrong bintray doc and src address.

See original GitHub issue

(See the guidelines for contributing, linked above)

steps

Use IDEA refresh project via sbt-shell with “Download sbt and plugin src and doc” checked.

problem

IDEA executed updateSbtClassifiers and failed to download src and doc because of wrong uri:

https://dl.bintray.com/cuzfrog/maven/com/github/cuzfrog/sbt-tmpfs_2.12_1.0/0.3.0/sbt-tmpfs-0.3.0-sources.jar

and it did not try

https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.cuzfrog/sbt-tmpfs/scala_2.12/sbt_1.0//0.3.0/docs/sbt-tmpfs-javadoc.jar

notes

use reload plugins then updateClassifiers worked around this.

sbt version: 1.0.0

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:11
  • Comments:12 (10 by maintainers)

github_iconTop GitHub Comments

8reactions
OlegYchcommented, Dec 18, 2017

still an issue in 1.0.4

4reactions
dwijnandcommented, Apr 6, 2018

fixed in https://github.com/sbt/sbt/pull/4070, coming in sbt 1.1.3.

Read more comments on GitHub >

github_iconTop Results From Across the Web

`updateSbtClassifiers` tried wrong bintray ... - Google Groups
`updateSbtClassifiers` is an sbt phrase, IntelliJ uses it. This problem does not occur in sbt 0.13.16, that means under previous version `updateSbtClassifiers` ...
Read more >
coursier/coursier - Gitter
I am currently using sbt-s3-resolver with sbt, seems that it is not directly compatible with coursier. Can it be related with alexarchambault/coursier#164 ?...
Read more >
sbt Reference Manual — Combined Pages
Start up sbt with two subprojects as in the example, and try compile. ... from Scala source code. sbt-api-mappings: generate Scaladoc apiMappings for...
Read more >
sbt Reference Manual — Combined Pages - Huihoo
A valid sbt project can be a directory containing a single source file. Try creating a ... gh-138 Include plugin sources and docs...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found