depify icon indicating copy to clipboard operation
depify copied to clipboard

Creates or updates your deps.edn file, based on your project’s project.clj

Results 4 depify issues
Sort by recently updated
recently updated
newest added

From what I gather, one of the primary uses of this tool is to automate the conversion of existing Lein projects into deps.edn formats. However, it does not have a...

Managed dependencies produce a `:mvn/version` of `nil`

Hello folks! I have a small feature request/bug report on something I am trying to do for `cider-nrepl`. I have a `deps.edn` with the following section: ```clojure {:aliases {:test-cljs {:main-opts...