We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9c798 commit 56eb658Copy full SHA for 56eb658
1 file changed
project.clj
@@ -1,4 +1,4 @@
1
-(defproject io.factorhouse/cronut "1.2.2"
+(defproject io.factorhouse/cronut "1.2.3"
2
3
:description "A Clojure companion to Quartz with Jakarta compatibility"
4
@@ -14,10 +14,10 @@
14
[org.quartz-scheduler/quartz "2.5.2" :exclusions [org.slf4j/slf4j-api]]]
15
16
:profiles {:dev {:resource-paths ["dev-resources"]
17
- :dependencies [[ch.qos.logback/logback-classic "1.5.23"]
+ :dependencies [[ch.qos.logback/logback-classic "1.5.32"]
18
[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]]]}
+ [org.clojure/core.async "1.9.865"]
+ [clj-kondo "2026.01.19" :exclusions [org.clojure/tools.reader]]]}
21
:smoke {:pedantic? :abort}}
22
23
:aliases {"check" ["with-profile" "+smoke" "check"]
0 commit comments