Skip to content

Commit

Permalink
Exclude ClojureScript dependency from Frak to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
axvr committed Sep 22, 2024
1 parent 6a9f98e commit 7788b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clj/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
:comments ":help license"}
:dependencies [[org.clojure/clojure "1.12.0"]
[org.clojure/data.csv "1.1.0"]
[frak "0.1.9"]])
[frak "0.1.9" :exclusions [org.clojure/clojurescript]]])

0 comments on commit 7788b23

Please sign in to comment.