Skip to content

Commit ee9680f

Browse files
committed
Bump version to 0.5.0, update README
1 parent b51ac54 commit ee9680f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ It builds on [sshj] to provide the following features:
1111

1212
## Installation
1313

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"
1618

1719
libraryDependencies += "com.decodified" %% "scala-ssh" % "0.5.0"
1820

1921
[sshj] uses [SLF4J] for logging, so you might want to also add [logback] to your dependencies:
2022

21-
libraryDependencies += "ch.qos.logback" % "logback-classic" % "0.9.29"
23+
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.0.0"
2224

2325
Additionally, in many cases you will need the following two artifacts, which provide additional cypher and compression
2426
support:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "scala-ssh"
22

3-
version := "0.5.0-SNAPSHOT"
3+
version := "0.5.0"
44

55
organization := "com.decodified"
66

0 commit comments

Comments
 (0)