Skip to content

Commit

Permalink
Merge pull request #436 from azolotko/update-jsch-to-0.2.17
Browse files Browse the repository at this point in the history
Update jsch to 0.2.17 (switch to the com.github.mwiede fork)
  • Loading branch information
eed3si9n authored Mar 31, 2024
2 parents 54011d5 + 3156ac2 commit 0eaf385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object Dependencies {
val sbtV = "1.0"
val scalaV = "2.12"

val jsch = "com.jcraft" % "jsch" % "0.1.54" intransitive ()
val jsch = "com.github.mwiede" % "jsch" % "0.2.17" intransitive ()
val scalaReflect = Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value }
val scalaCompiler = Def.setting { "org.scala-lang" % "scala-compiler" % scalaVersion.value }
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
Expand Down

0 comments on commit 0eaf385

Please sign in to comment.