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.
2 parents 609d971 + e94fd0d commit 3cf02fcCopy full SHA for 3cf02fc
project/Dependencies.scala
@@ -48,7 +48,7 @@ object Dependencies {
48
val sbtV = "1.0"
49
val scalaV = "2.12"
50
51
- val jsch = "com.github.mwiede" % "jsch" % "0.2.26" intransitive ()
+ val jsch = "com.github.mwiede" % "jsch" % "2.27.5" intransitive ()
52
val scalaReflect = Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value }
53
val scalaCompiler = Def.setting { "org.scala-lang" % "scala-compiler" % scalaVersion.value }
54
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
0 commit comments