There was an error while loading. Please reload this page.
1 parent f8af5cf commit 4ae20ffCopy full SHA for 4ae20ff
‎README.md‎
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
59
If you are using Gradle without BOM, add this to your dependencies:
60
61
```Groovy
62
-implementation 'com.google.cloud:google-cloud-bigquery:2.14.0'
+implementation 'com.google.cloud:google-cloud-bigquery:2.14.1'
63
```
64
65
If you are using SBT, add this to your dependencies:
66
67
```Scala
68
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.14.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.14.1"
69
70
71
## Authentication
0 commit comments