Update dependencies to the most recent versions.
Eliminate "already refers to" compiler warnings with Clojure 1.11.x.
Code cleanup (warnings generated by clj-kondo).
clojure.contrib.inflect/datetime now supports diffs that represent a
time in the future, as well as centuries and millennia diffs.
Fix pluralizing nouns that end in ff.
clojure.contrib.inflect/pluralize-noun now pluralizes a count of zero; previously any count less
than or equal to 1 was considered singular.
Added clojure.contrib.humanize/duration and duration-terms to format a duration, in
milliseconds, as a string.