nubank / matcher-combinators

Library for creating matcher combinator to compare nested data structures
Other
468 stars 23 forks source link

upgrade to clojure-1.11.0, eliminate "already refers to" warnings #169

Closed dchelimsky closed 2 years ago

dchelimsky commented 2 years ago

Clojure-1.11.0 introduces some new functions to clojure.core that replace custom functions in some libraries, which produces "WARNING: xxx already refers to" warnings.

This PR eliminates those warnings by upgrading a transitive dependency that avoids it and using :refer-clojure with :exclude for warnings emanating from this lib.