We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee4887 commit c0c7897Copy full SHA for c0c7897
1 file changed
build.sbt
@@ -56,10 +56,9 @@ val protobufVersion = "3.25.5"
56
val slf4jVersion = "1.7.30"
57
val zstdJniVersion = "1.5.6-3"
58
// dependent versions
59
-val googleApiServicesBigQueryVersion = s"v2-rev20250216-$googleClientsVersion"
+val googleApiServicesBigQueryVersion = s"v2-rev20250313-$googleClientsVersion"
60
val googleApiServicesDataflowVersion = s"v1b3-rev20250106-$googleClientsVersion"
61
val googleApiServicesPubsubVersion = s"v1-rev20220904-$googleClientsVersion"
62
-val googleApiServicesStorageVersion = s"v1-rev20241206-$googleClientsVersion"
63
// beam tested versions
64
val zetasketchVersion = "0.1.0" // sdks/java/extensions/zetasketch/build.gradle
65
val flinkVersion = "1.19.0" // runners/flink/1.19/build.gradle
0 commit comments