Skip to content

Commit 7ef12b6

Browse files
committed
Update jsch and jsch agentproxy
jsch 0.1.53 agentproxy-version 0.0.9
1 parent 06df544 commit 7ef12b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def agentproxy-version "0.0.7")
1+
(def agentproxy-version "0.0.9")
22

33
(defproject clj-ssh "0.5.12-SNAPSHOT"
44
:description "Library for using SSH from clojure."
@@ -14,5 +14,5 @@
1414
[com.jcraft/jsch.agentproxy.pageant ~agentproxy-version]
1515
[com.jcraft/jsch.agentproxy.core ~agentproxy-version]
1616
[com.jcraft/jsch.agentproxy.jsch ~agentproxy-version]
17-
[com.jcraft/jsch "0.1.51"]]
17+
[com.jcraft/jsch "0.1.53"]]
1818
:jvm-opts ["-Djava.awt.headless=true"])

0 commit comments

Comments
 (0)