Skip to content

Commit

Permalink
Scala3 couchbase support (apache#128)
Browse files Browse the repository at this point in the history
* initial work on scala3 support for couchbase

* Update model.scala

* Update CouchbaseFlow.scala

* use jackson in test code instead of play-json

* Update Dependencies.scala
  • Loading branch information
pjfanning authored and mdedetrich committed Aug 15, 2023
1 parent 96d895c commit 23b99f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ object Dependencies {
"org.apache.pekko" %% "pekko-discovery" % PekkoVersion % Provided))

val Couchbase = Seq(
crossScalaVersions -= Scala3,
libraryDependencies ++= Seq(
"com.couchbase.client" % "java-client" % CouchbaseVersion, // ApacheV2
"io.reactivex" % "rxjava-reactive-streams" % "1.2.1", // ApacheV2
Expand Down

0 comments on commit 23b99f6

Please sign in to comment.