Skip to content

Commit

Permalink
Add clojure.org/data.json, because cljs removed it
Browse files Browse the repository at this point in the history
The dependency org.clojure/data.json was removed from ClojureScript in
version 1.11.51 of May 13th 2022. See release notes
https://clojurescript.org/news/2022-05-13-release:

Vendorization of tools.reader, data.json, and transit-clj
(...)
    After conferring with the Clojure Team, we decided to vendorize all
    these dependencies. This way we can AOT everything and be confident
    that we won’t create a conflict that can’t easily be fixed via
    normal dependency management. (...) The dependance on data.json has
    been removed

This commit adds an explicit dependency on clojure.data.json.

Fixes binaryage#98
  • Loading branch information
transducer committed Aug 26, 2022
1 parent 34064db commit 55bc5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dirac
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ fi
DEPS="{:deps {\
$DIRAC_CLI_DEPS_COORDINATE \
org.clojure/clojurescript {:mvn/version \"RELEASE\"} \
org.clojure/data.json {:mvn/version \"2.4.0\"} \
clj-logging-config/clj-logging-config {:mvn/version \"1.9.12\"} \
}}"

Expand Down

0 comments on commit 55bc5f4

Please sign in to comment.