Skip to content

Commit

Permalink
enable scala3 build for more google connectors (apache#165)
Browse files Browse the repository at this point in the history
* enable scala3 build for more google connectors

* implicits

* disable part of scala3 build

* try full build again

* Update GooglePubSub.scala

* refactor suggested by @mdedetrich

* remove interim variables

* add comments

* Update GooglePubSub.scala
  • Loading branch information
pjfanning authored and mdedetrich committed Aug 15, 2023
1 parent 8b182b2 commit daa867c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
package org.apache.pekko.stream.connectors.google

import org.apache.pekko
import pekko.actor.ActorSystem
import pekko.NotUsed
import pekko.annotation.InternalApi
import pekko.http.scaladsl.model.HttpMethods.{ POST, PUT }
Expand Down
2 changes: 0 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ object Dependencies {
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % JacksonDatabindVersion % Test,
"io.specto" % "hoverfly-java" % hoverflyVersion % Test) ++ Mockito)
val GoogleBigQueryStorage = Seq(
crossScalaVersions -= Scala3,
// see Pekko gRPC version in plugins.sbt
libraryDependencies ++= Seq(
// https://github.com/googleapis/java-bigquerystorage/tree/master/proto-google-cloud-bigquerystorage-v1
Expand All @@ -234,7 +233,6 @@ object Dependencies {
"com.github.tomakehurst" % "wiremock" % "2.27.2" % Test) ++ Mockito)

val GooglePubSubGrpc = Seq(
crossScalaVersions -= Scala3,
// see Pekko gRPC version in plugins.sbt
libraryDependencies ++= Seq(
// https://github.com/googleapis/java-pubsub/tree/master/proto-google-cloud-pubsub-v1/
Expand Down

0 comments on commit daa867c

Please sign in to comment.