Skip to content

Commit

Permalink
Bump beam-runners-google-cloud-dataflow-java to 2.34.0 (close #49)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Dec 15, 2021
1 parent cc2e707 commit ba53d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._
import Keys._

val scioVersion = "0.11.1"
val beamVersion = "2.19.0"
val beamVersion = "2.34.0"
val scalaMacrosVersion = "2.1.1"
val slf4jVersion = "1.7.29"
val scalatestVersion = "3.1.0"
Expand Down Expand Up @@ -63,7 +63,7 @@ lazy val root: Project = project
libraryDependencies ++= Seq(
"com.spotify" %% "scio-core" % scioVersion,
"com.spotify" %% "scio-test" % scioVersion % Test,
"org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % beamVersion,
("org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % beamVersion) exclude("org.apache.beam", "beam-sdks-java-io-kafka"),
"io.circe" %% "circe-parser" % circe,
"com.snowplowanalytics" %% "iglu-core-circe" % igluCore,
"org.slf4j" % "slf4j-simple" % slf4jVersion,
Expand Down

0 comments on commit ba53d69

Please sign in to comment.