Skip to content

Commit 24cbf08

Browse files
tggreenebbatsov
authored andcommitted
Add explicit ^:source-deps metadata to java.classpath dependency
1 parent 786c1ef commit 24cbf08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
^:source-dep [http-kit "2.2.0"]
88
^:source-dep [cheshire "5.8.0"]
99
^:source-dep [org.clojure/tools.analyzer.jvm "0.7.1"]
10-
^:source-dep [org.clojure/tools.namespace "0.3.0-alpha3"]
10+
^:source-dep [org.clojure/tools.namespace "0.3.0-alpha3"]
11+
^:source-dep [org.clojure/java.classpath "0.2.3"]
1112
^:source-dep [org.clojure/tools.reader "1.1.1"]
1213
^:source-dep [cider/orchard "0.3.0"]
1314
^:source-dep [lein-cljfmt "0.3.0"]

0 commit comments

Comments
 (0)