Bump to latest jsch to support stronger key exchange algorithms

This commit is contained in:
Ryan Bair 2018-03-09 08:43:41 -05:00
parent 1a566d8750
commit 14cc5ea626
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ object Dependencies {
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.0.0"
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-b18f59ea3bc914a297bb6f1a4f7fb0ace399e310"
val jsch = "com.jcraft" % "jsch" % "0.1.46" intransitive ()
val jsch = "com.jcraft" % "jsch" % "0.1.54"
val scalaReflect = Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value }
val scalaCompiler = Def.setting { "org.scala-lang" % "scala-compiler" % scalaVersion.value }
val scalaXml = scala211Module("scala-xml", "1.0.5")