You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with deps.edn, normally the files from the installation directory, from the config directory (usually ~/.clojure/deps.edn) and the local deps.edn are merged (using essentially a merge-with merge). Here only the local deps.edn file is considered.
Is this by choice or is it a bug?
The text was updated successfully, but these errors were encountered:
When working with deps.edn, normally the files from the installation directory, from the config directory (usually ~/.clojure/deps.edn) and the local deps.edn are merged (using essentially a
merge-with merge
). Here only the local deps.edn file is considered.Is this by choice or is it a bug?
The text was updated successfully, but these errors were encountered: