Skip to content

Commit

Permalink
Change Clojure and ClojureScript dependencies to provided
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjamesking committed Apr 4, 2022
1 parent a96f389 commit ed7aa08
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
:key "mit"}
:plugins [[lein-codox "0.10.7"]
[lein-cloverage "1.2.2"]]
:managed-dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/clojurescript "1.10.866"]]
:dependencies [[org.clojure/clojure]
[org.clojure/clojurescript]]
:profiles {:provided {:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/clojurescript "1.10.866"]]}}
:source-paths ["src/clj" "src/cljc" "src/cljs"]
:test-paths ["test/clj" "test/cljc"]
:deploy-repositories [["releases" :clojars]]
Expand Down

0 comments on commit ed7aa08

Please sign in to comment.