Skip to content

Commit

Permalink
finalization
Browse files Browse the repository at this point in the history
  • Loading branch information
dacr committed Sep 23, 2014
1 parent bc4bb4e commit 24d09af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,20 @@ test class.

[**Scala docs**](http://www.janalyse.fr/scaladocs/janalyse-ssh)

**Current releases** : **0.9.13** (for scala 2.10 and 2.11) **0.9.5b3** (for scala 2.9.1, 2.9.2)
**Current releases** : **0.9.14** (for scala 2.10 and 2.11) **0.9.5b3** (for scala 2.9.1, 2.9.2)

**Declare dependency in SBT as follow** :
```
libraryDependencies += "fr.janalyse" %% "janalyse-ssh" % "0.9.13" % "compile"
libraryDependencies += "fr.janalyse" %% "janalyse-ssh" % "0.9.14" % "compile"
```

**Add JAnalyse repository in SBT as follow** :
```
resolvers += "JAnalyse Repository" at "http://www.janalyse.fr/repository/"
```

**The standalone jassh executable** : [jassh.jar](http://dnld.crosson.org/jassh.jar)

----

##hello world script##
Expand Down
2 changes: 1 addition & 1 deletion onejar/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libraryDependencies <++= scalaVersion { sv =>
("org.scala-lang" % "scalap" % sv % "compile") ::Nil
}

libraryDependencies += "fr.janalyse" %% "janalyse-ssh" % "0.9.13" % "compile"
libraryDependencies += "fr.janalyse" %% "janalyse-ssh" % "0.9.14" % "compile"

resolvers += "JAnalyse Repository" at "http://www.janalyse.fr/repository/"

Expand Down

0 comments on commit 24d09af

Please sign in to comment.