|
22 | 22 | :test {:extra-paths ["test" "env/test/resources" "build"] |
23 | 23 | :extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"} |
24 | 24 | org.babashka/cli {:mvn/version "0.8.62"} |
25 | | - ch.qos.logback/logback-classic {:mvn/version "1.3.15"} |
| 25 | + ch.qos.logback/logback-classic {:mvn/version "1.5.18"} |
26 | 26 | ;; for http-client which uses apache http client 4.x which uses commons logging |
27 | | - org.slf4j/jcl-over-slf4j {:mvn/version "2.0.16"} |
| 27 | + org.slf4j/jcl-over-slf4j {:mvn/version "2.0.17"} |
28 | 28 | ;; slingshot does not have a kondo config, grab kondo team provided config from here |
29 | 29 | io.github.clj-kondo/config-slingshot-slingshot {:mvn/version "1.0.0"}} |
30 | 30 | :exec-fn test-shared/test |
|
53 | 53 | :main-opts ["-m" "babashka.cli.exec"]} |
54 | 54 |
|
55 | 55 | :clofidence {:classpath-overrides {org.clojure/clojure nil} |
56 | | - :extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.0-2"} |
57 | | - com.github.flow-storm/clofidence {:mvn/version "0.4.0"}} |
| 56 | + :extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.0-9"} |
| 57 | + com.github.flow-storm/clofidence {:mvn/version "0.4.1"}} |
58 | 58 | :exec-fn clofidence.main/run |
59 | 59 | :exec-args {:report-name "Etaoin Test Coverage" |
60 | 60 | :output-folder "target/clofidence" |
|
63 | 63 | :jvm-opts ["-Dclojure.storm.instrumentOnlyPrefixes=etaoin"]} |
64 | 64 |
|
65 | 65 | ;; for consistent linting we use a specific version of clj-kondo through the jvm |
66 | | - :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2025.01.16"}} |
| 66 | + :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2025.02.20"}} |
67 | 67 | :main-opts ["-m" "clj-kondo.main"]} |
68 | 68 |
|
69 | 69 | :eastwood {:extra-deps {jonase/eastwood {:mvn/version "1.4.3"}} |
|
74 | 74 | :exclude-linters [:local-shadows-var] |
75 | 75 | :ignored-faults {:deprecations {etaoin.api-test true}}}]} |
76 | 76 |
|
77 | | - :build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.6"}} |
| 77 | + :build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.8"}} |
78 | 78 | :extra-paths ["build"] |
79 | 79 | :ns-default build} |
80 | 80 |
|
81 | 81 | ;; keep deploy deps separate from build deps to avoid download-deps issues |
82 | 82 | ;; caused by, I think, conflicting maven deps |
83 | 83 | :deploy {:extra-deps {slipset/deps-deploy {:mvn/version "0.2.2"}}} |
84 | 84 |
|
85 | | - :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.11.1264"} |
| 85 | + :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.11.1276"} |
86 | 86 | org.clojure/clojure {:mvn/version "1.12.0"} |
87 | | - org.slf4j/slf4j-simple {:mvn/version "2.0.16"} ;; to rid ourselves of logger warnings |
| 87 | + org.slf4j/slf4j-simple {:mvn/version "2.0.17"} ;; to rid ourselves of logger warnings |
88 | 88 | } |
89 | | - :main-opts ["-m" "antq.core" |
90 | | - "--exclude=ch.qos.logback/logback-classic@1.4.x" ;; requires min jdk 11, we are currently jdk8 compatible |
91 | | - "--exclude=ch.qos.logback/logback-classic@1.5.x" ;; requires min jdk 11, we are currently jdk8 compatible |
92 | | - ]} |
| 89 | + :main-opts ["-m" "antq.core"]} |
93 | 90 |
|
94 | 91 | :repl/cider |
95 | 92 | {:extra-deps {org.clojure/clojure {:mvn/version "1.12.0"} |
96 | | - nrepl/nrepl {:mvn/version "1.3.1"} |
97 | | - cider/cider-nrepl {:mvn/version "0.52.0"} |
| 93 | + nrepl/nrepl {:mvn/version "1.3.1"} |
| 94 | + cider/cider-nrepl {:mvn/version "0.53.2"} |
98 | 95 | refactor-nrepl/refactor-nrepl {:mvn/version "3.10.0"}} |
99 | 96 | :jvm-opts ["-XX:-OmitStackTraceInFastThrow"] |
100 | 97 | :main-opts ["-m" "nrepl.cmdline" |
|
0 commit comments