Skip to content

Commit 27150ea

Browse files
cichlibbatsov
authored andcommitted
Add TODO for when we drop support for Clojure 1.8
1 parent 32d1db0 commit 27150ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
:1.9 {:dependencies [[org.clojure/clojure "1.9.0"]
7070
[org.clojure/clojurescript "1.9.946" :scope "provided"]
7171
[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
7274
:test-paths ["test/spec"]}
7375
:1.10 {:dependencies [[org.clojure/clojure "1.10.0"]
7476
[org.clojure/clojurescript "1.10.63" :scope "provided"]]

0 commit comments

Comments
 (0)