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

Commit

Permalink
chore: regenerate README (#824)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-05-12 16:03:23,335 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerydatatransfer/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-05-12 16:03:24,654 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.

```
</details>

Full log will be available here:
https://source.cloud.google.com/results/invocations/99ec1a1d-5742-454a-98bf-32ae7505eb02/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed May 12, 2021
1 parent 333764b commit e824e7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
"sha": "0809ecb05df42393b60200d76ecd8e1efef34df6"
"sha": "333764b1e8353790cf2461eb666a52d1020fde90"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6726988c677bb78385868bfc48dbfa2fe981d44a"
"sha": "c0edb1b97d81f56eaba1e896e9756268940c56c1"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
<version>1.2.12</version>
<version>1.2.14</version>
</dependency>

```
Expand All @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-bigquerydatatransfer'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:1.2.13'
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:1.2.14'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "1.2.13"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "1.2.14"
```

## Authentication
Expand Down

0 comments on commit e824e7e

Please sign in to comment.