File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- (defproject io.factorhouse /cronut " 1.2.2 "
1+ (defproject io.factorhouse /cronut " 1.2.3 "
22
33 :description " A Clojure companion to Quartz with Jakarta compatibility"
44
1414 [org.quartz-scheduler/quartz " 2.5.2" :exclusions [org.slf4j/slf4j-api]]]
1515
1616 :profiles {:dev {:resource-paths [" dev-resources" ]
17- :dependencies [[ch.qos.logback/logback-classic " 1.5.23 " ]
17+ :dependencies [[ch.qos.logback/logback-classic " 1.5.32 " ]
1818 [org.slf4j/slf4j-api " 2.0.17" ]
19- [org.clojure/core.async " 1.8.741 " ]
20- [clj-kondo " 2025.12.23 " :exclusions [org.clojure/tools.reader]]]}
19+ [org.clojure/core.async " 1.9.865 " ]
20+ [clj-kondo " 2026.01.19 " :exclusions [org.clojure/tools.reader]]]}
2121 :smoke {:pedantic? :abort }}
2222
2323 :aliases {" check" [" with-profile" " +smoke" " check" ]
You can’t perform that action at this time.
0 commit comments