We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d1db0 commit 27150eaCopy full SHA for 27150ea
project.clj
@@ -69,6 +69,8 @@
69
:1.9 {:dependencies [[org.clojure/clojure "1.9.0"]
70
[org.clojure/clojurescript "1.9.946" :scope "provided"]
71
[javax.xml.bind/jaxb-api "2.3.1" :scope "provided"]]
72
+ ;; TODO: Merge the tests in this dir in to test/clj once we
73
+ ;; drop support for Clojure 1.8
74
:test-paths ["test/spec"]}
75
:1.10 {:dependencies [[org.clojure/clojure "1.10.0"]
76
[org.clojure/clojurescript "1.10.63" :scope "provided"]]
0 commit comments