Skip to content

Commit

Permalink
Updated the bigquery connector version
Browse files Browse the repository at this point in the history
  • Loading branch information
rohithvangapalli authored Nov 3, 2023
1 parent f4939b6 commit aba5b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % sparkVersion % "provided",
"org.apache.spark" %% "spark-sql" % sparkVersion % "provided",
"com.github.music-of-the-ainur" %% "almaren-framework" % s"0.9.10-${majorVersion}" % "provided",
"com.google.cloud.spark" %% "spark-bigquery-with-dependencies" % "0.32.2",
"com.google.cloud.spark" %% "spark-bigquery-with-dependencies" % "0.34.0",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.scalatest" %% "scalatest" % "3.2.14" % "test"
)
Expand Down

0 comments on commit aba5b54

Please sign in to comment.