Skip to content

Commit 56eb658

Browse files
committed
update deps and bump to 1.2.3
1 parent 0b9c798 commit 56eb658

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project.clj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

@@ -14,10 +14,10 @@
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"]

0 commit comments

Comments
 (0)