Skip to content

Commit

Permalink
Merge pull request #307 from scala-steward/update/google-cloud-bigque…
Browse files Browse the repository at this point in the history
…ry-2.23.1

Update google-cloud-bigquery to 2.23.1
  • Loading branch information
JavierMonton committed Mar 4, 2023
2 parents f184b3b + 5f8ae03 commit 9acfe99
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 @@ -53,7 +53,7 @@ lazy val coreDependencies3 = Seq(

lazy val bigqueryDependencies = Seq(
"com.google.auto.value" % "auto-value-annotations" % "1.10.1", // needed for an incompatibility between BQ & Scala3
"com.google.cloud" % "google-cloud-bigquery" % "2.23.0",
"com.google.cloud" % "google-cloud-bigquery" % "2.23.1",
scalatest % "it,test"
)

Expand Down

0 comments on commit 9acfe99

Please sign in to comment.