Skip to content

Commit

Permalink
more...
Browse files Browse the repository at this point in the history
  • Loading branch information
dacr committed Feb 24, 2014
1 parent 22c7a75 commit 5bcc005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ This API is [JSCH](http://www.jcraft.com/jsch/) based. Interfaces are stable. Ma

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

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

----
Expand Down

0 comments on commit 5bcc005

Please sign in to comment.