Skip to content

Commit

Permalink
more connectors that support scala3 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 6, 2023
1 parent b82d723 commit 4326bb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ object Dependencies {
val CassandraDriverVersionInDocs = "4.15"

val Cassandra = Seq(
crossScalaVersions -= Scala3,
libraryDependencies ++= Seq(
("com.datastax.oss" % "java-driver-core" % CassandraDriverVersion)
.exclude("com.github.spotbugs", "spotbugs-annotations")
Expand All @@ -119,7 +118,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 Expand Up @@ -276,7 +274,6 @@ object Dependencies {
"org.slf4j" % "log4j-over-slf4j" % log4jOverSlf4jVersion % Test))

val HuaweiPushKit = Seq(
crossScalaVersions -= Scala3,
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
"org.apache.pekko" %% "pekko-http-spray-json" % PekkoHttpVersion,
Expand Down

0 comments on commit 4326bb6

Please sign in to comment.