We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1d572 commit fe6cc43Copy full SHA for fe6cc43
1 file changed
project.clj
@@ -5,11 +5,14 @@
5
;; defined under :dependencies ends up causing an error due to :pedantic? :abort,
6
;; because it is a dep of a dep with a different version, move it here.
7
:managed-dependencies [[org.clojure/clojure "1.12.4"]
8
+ [org.clojure/tools.logging "1.3.1"]
9
+ [org.clojure/tools.macro "0.2.1"]
10
[ring/ring-codec "1.3.0"]
11
[commons-codec "1.20.0"]
- [org.slf4j/slf4j-api "2.0.17"]]
12
+ [org.slf4j/slf4j-api "2.0.17"]
13
+ [cheshire "5.13.0"]]
14
- :dependencies [[cheshire "5.10.2"]
15
+ :dependencies [[cheshire]
16
[org.openvoxproject/http-client "2.2.1"]]
17
18
:min-lein-version "2.7.1"
0 commit comments