Skip to content

Commit c33d57f

Browse files
authored
Merge pull request #484 from scala-steward/update/jsch-0.2.22
Update jsch to 0.2.22
2 parents fc0ab7f + c2c7cc5 commit c33d57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
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.21" intransitive ()
51+
val jsch = "com.github.mwiede" % "jsch" % "0.2.22" 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)