ReactiveCouchbase / ReactiveCouchbase-core

Core library for ReactiveCouchbase
Apache License 2.0
64 stars 28 forks source link

Example fails #62

Open ghost opened 9 years ago

ghost commented 9 years ago

Im trying to build the example but it fails on dependency

[warn] module not found: org.reactivecouchbase#reactivecouchbase-core_2.11;0.4-SNAPSHOT

error sbt.ResolveException: unresolved dependency: org.reactivecouchbase#reactivecouchbase-core_2.11;0.4-SNAPSHOT: not found

Is this project abandon, should one use the java driver instead ?

rabzu commented 9 years ago

same here

emchoos commented 9 years ago

I had this issue, use: "org.reactivecouchbase" %% "reactivecouchbase-play" % "0.4-SNAPSHOT"

and

resolvers += "ReactiveCouchbase repository" at "https://raw.github.com/ReactiveCouchbase/repository/master/snapshots"