Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit b104126

Browse files
1 parent d1e480f commit b104126

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
5959
If you are using Gradle without BOM, add this to your dependencies:
6060

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-bigquery:2.18.0'
62+
implementation 'com.google.cloud:google-cloud-bigquery:2.18.2'
6363
```
6464

6565
If you are using SBT, add this to your dependencies:
6666

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.18.0"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.18.2"
6969
```
7070

7171
## Authentication

0 commit comments

Comments
 (0)