Skip to content

Commit

Permalink
Update google-api-services-bigquery to v2-rev20240229-2.0.0 (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 2, 2024
1 parent ff25294 commit ad325a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit ad325a8

Please sign in to comment.