Olical / depot

Find newer versions of your dependencies in your deps.edn file
https://clojars.org/olical/depot
The Unlicense
256 stars 14 forks source link

Ignore "RELEASE" and "LATEST", bring back Clojure 1.8 compatibility #9

Closed plexus closed 5 years ago

plexus commented 5 years ago

In Maven 2 the special version identifiers "RELEASE" and "LATEST" could be used. These should not be replaced with concrete version numbers.

Prior to Clojure 1.9 there were no namespaced maps, make sure the code still compiles on those versions.

Closes #7