versions icon indicating copy to clipboard operation
versions copied to clipboard

Picks up incorrect version and no downloads

Open alexander-yakushev opened this issue 7 years ago • 4 comments
trafficstars

For this project https://versions.deps.co/grammarly/omniconf, Deps Versions now is stuck at 0.3.0-SNAPSHOT while the latest version on Clojars is 0.3.0. Also, no downloads are shown.

I think, this happened after I've rewritten the build from Leiningen to Boot. Could it be the problem?

alexander-yakushev avatar Feb 22 '18 11:02 alexander-yakushev

Hmm, there is some caching around here that could be interfering, I'll look into this some more, sorry for the hassle.

danielcompton avatar Feb 22 '18 20:02 danielcompton

Oh, I see. It looks for a project.clj first, so it's still using that one. If you delete it, it should pick up the build.boot.

danielcompton avatar Feb 22 '18 20:02 danielcompton

Damn it, sorry about that :)

FWIW, I removed project.clj and now it returns Deps Internal Server Error. Could it be due to the complicated way I set the dependencies? https://github.com/grammarly/omniconf/blob/master/build.boot

alexander-yakushev avatar Feb 23 '18 09:02 alexander-yakushev

Possibly, I'll add it to the test suite and get it passing 😄.

danielcompton avatar Feb 25 '18 21:02 danielcompton