Skip to content

Commit 34d2e89

Browse files
authored
Merge pull request #489 from scala-steward/update/jsch-0.2.23
Update jsch to 0.2.23
2 parents 15d7a9c + dab8f99 commit 34d2e89

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