File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,16 @@ It builds on [sshj] to provide the following features:
11
11
12
12
## Installation
13
13
14
- There is no official release yet. Publishing of release artifacts on < http://scala-tools.org > is pending.
15
- If you use [ SBT] you will be able to pull in the _ scala-ssh_ artifacts with:
14
+ The current release is * 0.5.0* , it's available from < http://repo.spray.cc > .
15
+ If you use [ SBT] you can pull in the _ scala-ssh_ artifacts with:
16
+
17
+ resolvers += "spray repo" at "http://repo.spray.cc"
16
18
17
19
libraryDependencies += "com.decodified" %% "scala-ssh" % "0.5.0"
18
20
19
21
[ sshj] uses [ SLF4J] for logging, so you might want to also add [ logback] to your dependencies:
20
22
21
- libraryDependencies += "ch.qos.logback" % "logback-classic" % "0.9.29 "
23
+ libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.0.0 "
22
24
23
25
Additionally, in many cases you will need the following two artifacts, which provide additional cypher and compression
24
26
support:
Original file line number Diff line number Diff line change 1
1
name := " scala-ssh"
2
2
3
- version := " 0.5.0-SNAPSHOT "
3
+ version := " 0.5.0"
4
4
5
5
organization := " com.decodified"
6
6
You can’t perform that action at this time.
0 commit comments