Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7788b23

Browse files
committedSep 22, 2024·
Exclude ClojureScript dependency from Frak to fix CI
1 parent 6a9f98e commit 7788b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎clj/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
:comments ":help license"}
77
:dependencies [[org.clojure/clojure "1.12.0"]
88
[org.clojure/data.csv "1.1.0"]
9-
[frak "0.1.9"]])
9+
[frak "0.1.9" :exclusions [org.clojure/clojurescript]]])

0 commit comments

Comments
 (0)
Please sign in to comment.