Skip to content

Commit 609d971

Browse files
authored
Merge pull request #555 from scala-steward/update/jsch-0.2.26
Update jsch to 0.2.26
2 parents 0341ee2 + 363f6ba commit 609d971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ object Dependencies {
4848
val sbtV = "1.0"
4949
val scalaV = "2.12"
5050

51-
val jsch = "com.github.mwiede" % "jsch" % "0.2.23" intransitive ()
51+
val jsch = "com.github.mwiede" % "jsch" % "0.2.26" intransitive ()
5252
val scalaReflect = Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value }
5353
val scalaCompiler = Def.setting { "org.scala-lang" % "scala-compiler" % scalaVersion.value }
5454
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"

0 commit comments

Comments
 (0)