Skip to content

Commit d1391c9

Browse files
Update sshj to 0.39.0 (#327)
Co-authored-by: Regis Leray <regis.leray@gmail.com>
1 parent dd20064 commit d1391c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ lazy val `fs2-ftp` = project
8181
"co.fs2" %% "fs2-core" % fs2Version,
8282
"co.fs2" %% "fs2-io" % fs2Version,
8383
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
84-
"com.hierynomus" % "sshj" % "0.35.0",
84+
"com.hierynomus" % "sshj" % "0.39.0",
8585
"commons-net" % "commons-net" % "3.9.0",
8686
"org.apache.logging.log4j" % "log4j-api" % "2.20.0" % Test,
8787
"org.apache.logging.log4j" % "log4j-core" % "2.20.0" % Test,

0 commit comments

Comments
 (0)