clj-holmes / clj-watson

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

chore: clj-time is deprecated #83

Closed lread closed 3 months ago

lread commented 3 months ago

Clj-watson is using clj-time, which has been deprecated.

Consider replacing.

lread commented 3 months ago

@seancorfield do you have a preferred time lib? Or do you prefer Java interop? It does not look like clj-watson is doing anything terribly fancy or complex.

seancorfield commented 3 months ago

Plain Java interop ought to be fine. At work we replaced clj-time usage with Java Time interop (although we went via clojure.java-time in some places, but we've weaned ourselves off that too now).