FundingCircle / jackdaw

A Clojure library for the Apache Kafka distributed streaming platform.
https://fundingcircle.github.io/jackdaw/
BSD 3-Clause "New" or "Revised" License
369 stars 80 forks source link

bump clj-uuid version to get rid of shadowing warning for `#'unsigned-bit-shift-right` #256

Closed j-po closed 4 years ago

j-po commented 4 years ago

WARNING: unsigned-bit-shift-right already refers to: #'clojure.core/unsigned-bit-shift-right in namespace: clj-uuid.bitmop, being replaced by: #'primitive-math/unsigned-bit-shift-right

clj-uuid fixed this in danlentz/clj-uuid@001e336 , so just bumping our clj-uuid version to e.g. 0.1.9 should do it