Merge pull request #436 from azolotko/update-jsch-to-0.2.17

Update jsch to 0.2.17 (switch to the com.github.mwiede fork)
This commit is contained in:
eugene yokota 2024-03-31 04:15:22 -04:00 committed by GitHub
commit 0eaf3851e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ object Dependencies {
val sbtV = "1.0"
val scalaV = "2.12"
val jsch = "com.jcraft" % "jsch" % "0.1.54" intransitive ()
val jsch = "com.github.mwiede" % "jsch" % "0.2.17" intransitive ()
val scalaReflect = Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value }
val scalaCompiler = Def.setting { "org.scala-lang" % "scala-compiler" % scalaVersion.value }
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"