We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15d7a9c + dab8f99 commit 34d2e89Copy full SHA for 34d2e89
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.22" intransitive ()
+ val jsch = "com.github.mwiede" % "jsch" % "0.2.23" 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