versions
versions copied to clipboard
Picks up incorrect version and no downloads
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?
Hmm, there is some caching around here that could be interfering, I'll look into this some more, sorry for the hassle.
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.
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
Possibly, I'll add it to the test suite and get it passing 😄.