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 8827eea commit c592273Copy full SHA for c592273
project.clj
@@ -1,10 +1,10 @@
1
-(defproject clj-ssh "0.2.0-SNAPSHOT"
+(defproject clj-ssh "0.2.0"
2
:description "ssh from clojure"
3
:dependencies [[org.clojure/clojure "1.1.0"]
4
[org.clojure/clojure-contrib "1.1.0"]
5
[com.jcraft/jsch "0.1.42"]]
6
:dev-dependencies [[swank-clojure "1.2.1"]
7
- [autodoc "0.7.0"]
+ [autodoc "0.7.1"]
8
[log4j/log4j "1.2.14"]]
9
:autodoc {:name "clj-ssh"
10
:description "Library for using SSH from clojure."
0 commit comments