Update jsch to 0.2.17 (the com.github.mwiede fork)

This commit is contained in:
Alex Zolotko 2024-03-30 17:30:57 +01:00
parent 54011d5e74
commit 3156ac253a
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"