Skip to content

Commit

Permalink
Upgraded the JSch and JCommander dependencies to get some bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Mar 20, 2013
1 parent 9138a79 commit 3f302b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -10,8 +10,8 @@ crossPaths := false
resolvers += "JSch plugin repo" at "http://jsch.sf.net/maven2/"

libraryDependencies ++= Seq(
"com.beust" % "jcommander" % "1.27",
"com.jcraft" % "jsch" % "0.1.48",
"com.beust" % "jcommander" % "1.30",
"com.jcraft" % "jsch" % "0.1.49",
"org.scalaj" %% "scalaj-http" % "0.3.6"
)

Expand Down

0 comments on commit 3f302b4

Please sign in to comment.