Skip to content

Commit 4ae20ff

Browse files
1 parent f8af5cf commit 4ae20ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎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.14.0'
62+
implementation 'com.google.cloud:google-cloud-bigquery:2.14.1'
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.14.0"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.14.1"
6969
```
7070

7171
## Authentication

0 commit comments

Comments
 (0)