Skip to content

Commit

Permalink
Set Clojure and ClojureScript dependencies to provided scope
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton committed Mar 30, 2019
1 parent e6d9f12 commit d697b6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "https://github.com/danielcompton/defn-spec"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.0"]
[prismatic/schema "1.1.10"]
[org.clojure/clojurescript "1.9.562"]]
:dependencies [[org.clojure/clojure "1.10.0" :scope "provided"]
[org.clojure/clojurescript "1.9.562" :scope "provided"]
[prismatic/schema "1.1.10"]]
:profiles {:dev {:dependencies [[orchestra "2019.02.06-1"]]}})

0 comments on commit d697b6b

Please # to comment.