We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
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"
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: