Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clojure-cli: find-versions :lib key requred
Finding the latest available versions of a library with the Clojure CLI tool now requires a `:lib` key with the fully qualified library name as its value ```shell clojure -X:deps find-versions :lib http-kit/http-kit ``` Signed-off-by: Practicalli Johnny <[email protected]>
- Loading branch information