clj-holmes / clj-watson

clojure deps SCA
Eclipse Public License 2.0
83 stars 9 forks source link

Replace deprecated clj-time dep #91

Closed lread closed 3 months ago

lread commented 3 months ago

Replaced with JDK8 java.time interop.

Retained treating date/times as UTC.

Closes #83

lread commented 3 months ago

@seancorfield, you were right; interop was the way to go! Thanks for the experience. And, of course, if you have feedback, I am all ears.

seancorfield commented 3 months ago

Looks good, thanks.