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 96fdcb1 commit 0211074Copy full SHA for 0211074
build.sbt
@@ -70,7 +70,7 @@ scalafmtOnCompile := true
70
scalafmtVersion := "1.4.0"
71
72
libraryDependencies ++= Seq(
73
- "com.hierynomus" % "sshj" % "0.23.0",
+ "com.hierynomus" % "sshj" % "0.26.0",
74
"org.slf4j" % "slf4j-api" % "1.7.25",
75
"com.jcraft" % "jsch.agentproxy.sshj" % "0.0.9" % "provided",
76
"com.jcraft" % "jsch.agentproxy.connector-factory" % "0.0.9" % "provided",
0 commit comments