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 (#246)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


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

```
2020-11-11 20:16:26,593 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigqueryreservation/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working directory clean
2020-11-11 20:16:27,508 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/04421944-e5af-485d-a459-4dfa431d29df/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Nov 11, 2020
1 parent fc37876 commit 3eeabdd
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-bigqueryreservation.git",
"sha": "115bc316c8c820c9cc343579a9d8a71ece31774a"
"sha": "2f21e4a30cc42515814d5d85a73d4be98606bca6"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "ba9918cd22874245b55734f57470c719b577e591"
"sha": "7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -17,17 +17,17 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigqueryreservation</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigqueryreservation:1.0.1'
compile 'com.google.cloud:google-cloud-bigqueryreservation:1.0.2'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "1.0.1"
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "1.0.2"
```

## Authentication
Expand Down

0 comments on commit 3eeabdd

Please sign in to comment.