Skip to content

Commit f183767

Browse files
1 parent 6a22175 commit f183767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigquerystorage'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-bigquerystorage:2.33.1'
59+
implementation 'com.google.cloud:google-cloud-bigquerystorage:2.34.0'
6060
```
6161

6262
If you are using SBT, add this to your dependencies:
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.33.1"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.34.0"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)