Skip to content

Commit a6916aa

Browse files
committed
Prevent dependency hell before it happens.
1 parent 6167323 commit a6916aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(defproject clj-libssh2 "0.1.0-SNAPSHOT"
22
:description "A Clojure wrapper around libssh2"
33
:url "https://github.com/conormcd/clj-libssh2"
4+
:pedantic? :abort
45
:dependencies [[org.clojure/clojure "1.7.0"]
56
[net.n01se/clojure-jna "1.0.0"]])

0 commit comments

Comments
 (0)