Skip to content

Commit 33a7247

Browse files
Update index.md
1 parent 76e4016 commit 33a7247

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

index.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@ sbt ';clean;compile;publish-local'
2828
then in your project add the following dependency
2929

3030
```scala
31-
libraryDependencies += "org.reactivecouchbase" %% "reactivecouchbase-rs-core" % "1.0.0-SNAPSHOT"
31+
libraryDependencies += "org.reactivecouchbase" %% "reactivecouchbase-rs-core" % "1.0.0"
32+
```
33+
34+
or the latest snpashot
35+
36+
```scala
37+
libraryDependencies += "org.reactivecouchbase" %% "reactivecouchbase-rs-core" % "1.0.1-SNAPSHOT"
3238
```
3339

3440
and you're ready to go
@@ -180,9 +186,9 @@ case class JsonObjQueryParams(query: JsonObj = ByteString.empty) extends QueryPa
180186

181187
You have a few examples at
182188

183-
* https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core/blob/master/src/main/scala/org/reactivecouchbase/rs/scaladsl/json/package.scala
184-
* https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core/blob/master/src/main/scala/org/reactivecouchbase/rs/scaladsl/json/bytestring.scala
185-
* https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core/blob/master/src/main/scala/org/reactivecouchbase/rs/scaladsl/json/converter.scala#L21-L31
189+
* [https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core/blob/master/src/main/scala/org/reactivecouchbase/rs/scaladsl/json/package.scala](https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core/blob/master/src/main/scala/org/reactivecouchbase/rs/scaladsl/json/package.scala)
190+
* [https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core/blob/master/src/main/scala/org/reactivecouchbase/rs/scaladsl/json/bytestring.scala](https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core/blob/master/src/main/scala/org/reactivecouchbase/rs/scaladsl/json/bytestring.scala)
191+
* [https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core/blob/master/src/main/scala/org/reactivecouchbase/rs/scaladsl/json/converter.scala#L21-L31](https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core/blob/master/src/main/scala/org/reactivecouchbase/rs/scaladsl/json/converter.scala#L21-L31)
186192

187193
# Projects
188194

0 commit comments

Comments
 (0)