Skip to content

Commit

Permalink
Merge pull request technomancy#2702 from robhanlon22/make-meta-merge-…
Browse files Browse the repository at this point in the history
…public

Make leiningen.core.project/meta-merge public
  • Loading branch information
technomancy authored Sep 29, 2020
2 parents 94a1b2e + 5b36a11 commit 264175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leiningen-core/src/leiningen/core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
:provided {:pom-scope :provided}
:repl {:repl true}})

(defn- meta-merge
(defn meta-merge
"Recursively merge values based on the information in their metadata."
[left right]
(cond (different-priority? left right)
Expand Down

0 comments on commit 264175b

Please sign in to comment.