We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc0ab7f + c2c7cc5 commit c33d57fCopy full SHA for c33d57f
project/Dependencies.scala
@@ -48,7 +48,7 @@ object Dependencies {
48
val sbtV = "1.0"
49
val scalaV = "2.12"
50
51
- val jsch = "com.github.mwiede" % "jsch" % "0.2.21" intransitive ()
+ val jsch = "com.github.mwiede" % "jsch" % "0.2.22" intransitive ()
52
val scalaReflect = Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value }
53
val scalaCompiler = Def.setting { "org.scala-lang" % "scala-compiler" % scalaVersion.value }
54
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
0 commit comments