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

Commit

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


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

```
2020-10-30 23:56:20,166 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-container/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working directory clean
2020-10-30 23:56:21,219 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/6081c960-7350-4d00-ab43-c72d46861f23/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Nov 2, 2020
1 parent 40f286b commit f62ff36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-container.git",
"sha": "d5fe62146517e0594e9ec065048e02b0e8c60c01"
"sha": "217efbe1d27e098939115e2dcb5fd47aa068d6c4"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -45,11 +45,11 @@ If you are using Maven without BOM, add this to your dependencies:

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

## Authentication
Expand Down

0 comments on commit f62ff36

Please sign in to comment.