File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 :license {:name " Apache 2.0 License"
88 :url " https://github.com/factorhosue/slipway/blob/main/LICENSE" }
99
10- :plugins [[dev.weavejester/lein-cljfmt " 0.13.4 " ]]
10+ :plugins [[dev.weavejester/lein-cljfmt " 0.15.3 " ]]
1111
1212 :dependencies [[org.clojure/clojure " 1.12.3" ]
1313 [org.clojure/tools.logging " 1.3.0" ]
14- [org.quartz-scheduler/quartz " 2.5.0 " :exclusions [org.slf4j/slf4j-api]]]
14+ [org.quartz-scheduler/quartz " 2.5.1 " :exclusions [org.slf4j/slf4j-api]]]
1515
1616 :profiles {:dev {:resource-paths [" dev-resources" ]
17- :dependencies [[ch.qos.logback/logback-classic " 1.5.19 " ]
17+ :dependencies [[ch.qos.logback/logback-classic " 1.5.20 " ]
1818 [org.slf4j/slf4j-api " 2.0.17" ]
1919 [org.clojure/core.async " 1.8.741" ]
20- [clj-kondo " 2025.09.22 " :exclusions [org.clojure/tools.reader]]]}
20+ [clj-kondo " 2025.10.23 " :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