Skip to content

Commit

Permalink
Update jsch to 0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 12, 2025
1 parent fc0ab7f commit c2c7cc5
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.github.mwiede" % "jsch" % "0.2.21" intransitive ()
val jsch = "com.github.mwiede" % "jsch" % "0.2.22" 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.3.0"
Expand Down

0 comments on commit c2c7cc5

Please sign in to comment.