Skip to content

Commit 8049ede

Browse files
authored
Update README.md
1 parent 5850cd2 commit 8049ede

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ It allows to work with input and output object with familar case classes.
1313
```sbt
1414
libraryDependencies += "com.github.adenza" %% "xmlrpc-scala-client" % "0.1.0"
1515
```
16+
or
17+
```sbt
18+
resovers += Resolver.sonatypeReso("snashots")
19+
libraryDependencies += "com.github.adenza" %% "xmlrpc-scala-client" % "0.1.0-SNAPSHOT"
20+
```
1621

1722
## Usage
1823

@@ -55,4 +60,4 @@ val handledResult = result.recoverWith {
5560
case ex: XmlRpcScalaClientException => throw new Exception("Xml Rpc server return code " + ex.getCode)
5661
case ex => throw new Exception("Unexpected exception", ex)
5762
}
58-
```
63+
```

0 commit comments

Comments
 (0)