Skip to content

Commit bf38a91

Browse files
committed
Add explicit clojure dependency
1 parent a92c316 commit bf38a91

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
@@ -11,5 +11,6 @@
1111
:username [:env/clojars_username :gpg]
1212
:password [:env/clojars_password :gpg]}]]
1313
:eval-in-leiningen true
14-
:dependencies [[juxt/dirwatch "0.2.3"]
14+
:dependencies [[org.clojure/clojure "1.7.0"]
15+
[juxt/dirwatch "0.2.3"]
1516
[clj-time "0.12.0"]])

0 commit comments

Comments
 (0)