greglook / blocks

Clojure content-addressable data storage.
The Unlicense
113 stars 6 forks source link

puget dependency version update required for Clojure 1.12 compatibility #24

Closed JarrodCTaylor closed 8 months ago

JarrodCTaylor commented 9 months ago

Blocks has a dependency on [mvxcvi/puget "1.3.1"]. This older version has a dependency on [fipp "0.6.23"], which uses the private clojure.instant/thread-local-utc-date-format that is removed in Clojure 1.12

This is no longer an issue in [mvxcvi/puget "1.3.4"]

greglook commented 8 months ago

This dependency is in the :dev profile so it'd only be for local development; is this impacting your usage of the library? Either way, updated in 3a0a39a347817fab543960186d577635e6f75f6a.