File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,13 @@ sbt ';clean;compile;publish-local'
28
28
then in your project add the following dependency
29
29
30
30
``` 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"
32
38
```
33
39
34
40
and you're ready to go
@@ -180,9 +186,9 @@ case class JsonObjQueryParams(query: JsonObj = ByteString.empty) extends QueryPa
180
186
181
187
You have a few examples at
182
188
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 )
186
192
187
193
# Projects
188
194
You can’t perform that action at this time.
0 commit comments