Skip to content

Commit

Permalink
Merge pull request #462 from scala-steward/update/jsch-0.2.21
Browse files Browse the repository at this point in the history
Update jsch to 0.2.21
  • Loading branch information
eed3si9n authored Nov 30, 2024
2 parents b2d7fa6 + 05b8dc0 commit cfb4f7c
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
@@ -48,7 +48,7 @@ object Dependencies {
val sbtV = "1.0"
val scalaV = "2.12"

val jsch = "com.github.mwiede" % "jsch" % "0.2.17" intransitive ()
val jsch = "com.github.mwiede" % "jsch" % "0.2.21" 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"

0 comments on commit cfb4f7c

Please sign in to comment.