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


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

```
2021-08-06 15:52:59,316 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigqueryreservation/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-06 15:53:00,603 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/3ef4125e-7686-4032-8408-a2a142e58082/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 6, 2021
1 parent 94d53ac commit af18bca
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": "4e0316c2a9ca899e0da4f3ac4a8b9cd9f5b1e39a"
"sha": "94d53acae1c94779222f16783dc9d9bdb2bbc040"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
"sha": "df7fc1e3a6df4316920ab221431945cdf9aa7217"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -19,20 +19,20 @@ 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.2.2</version>
<version>2.0.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-bigqueryreservation:1.2.2'
compile 'com.google.cloud:google-cloud-bigqueryreservation:2.0.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "1.2.2"
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "2.0.0"
```

## Authentication
Expand Down

0 comments on commit af18bca

Please sign in to comment.