Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

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
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigquerydatatransfer'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.20'
59+
implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.21'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.0.20"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.0.21"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)