Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update google-api-services-bigquery to v2-rev20240229-2.0.0 #947

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ val magnoliaScala3Version = "1.3.4"

val algebirdVersion = "0.13.10"
val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.2")
val bigqueryVersion = "v2-rev20231111-2.0.0"
val bigqueryVersion = "v2-rev20240229-2.0.0"
val bigtableVersion = "2.37.0"
val catsVersion = "2.10.0"
val datastoreVersion = "2.19.0"
Expand Down
2 changes: 1 addition & 1 deletion scalafix/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def magnolify(version: String): List[ModuleID] = {

val libs = List(
"org.apache.avro" % "avro" % "1.11.2",
"com.google.apis" % "google-api-services-bigquery" % "v2-rev20231111-2.0.0",
"com.google.apis" % "google-api-services-bigquery" % "v2-rev20240229-2.0.0",
"com.google.api.grpc" % "proto-google-cloud-bigtable-v2" % "2.33.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"com.google.cloud.datastore" % "datastore-v1-proto-client" % "2.18.4",
Expand Down
Loading