File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{:paths [" src/clj" " src/cljc" " src/cljs" ]
2
2
:deps
3
3
{org.clojure/clojure {:mvn/version " 1.11.1" }
4
- org.jsoup/jsoup {:mvn/version " 1.14 .3" }} ; hold back jsoup upgrade due to graal incompatibility
4
+ org.jsoup/jsoup {:mvn/version " 1.18 .3" }} ; hold back jsoup upgrade due to graal incompatibility
5
5
:aliases
6
6
{:test {:extra-paths [" test/cljc" ]}
7
7
:cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.11.60" }}}
Original file line number Diff line number Diff line change 11
11
12
12
:dependencies [[org.clojure/clojure " 1.11.1" ]
13
13
[org.clojure/clojurescript " 1.11.60" :scope " provided" ]
14
- [org.jsoup/jsoup " 1.15.2 " ]]
14
+ [org.jsoup/jsoup " 1.18.3 " ]]
15
15
16
16
:source-paths [" src/clj" " src/cljc" " src/cljs" ]
17
17
You can’t perform that action at this time.
0 commit comments