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 (#629)
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-11 21:20:45,357 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-errorreporting/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-11 21:20:46,582 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/39b317e8-e5fe-4713-ac47-b043b2e7458c/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation authored Aug 11, 2021
1 parent c522d92 commit be3efad
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-errorreporting.git",
"sha": "211ee0f2d096fce5b9faacfdbccb85dced2ce90d"
"sha": "c522d9295182360063f0bc8796afe856afbfbc91"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6252f2cd074c38f37b44abe5e96d128733eb1b61"
"sha": "7e1f6da50524b5d98eb67adbf6dd0805df54233d"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting</artifactId>
<version>0.121.6-beta</version>
<version>0.122.0-beta</version>
</dependency>

```
Expand All @@ -78,13 +78,13 @@ compile 'com.google.cloud:google-cloud-errorreporting'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-errorreporting:0.121.6-beta'
compile 'com.google.cloud:google-cloud-errorreporting:0.122.0-beta'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.121.6-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.122.0-beta"
```

## Authentication
Expand Down

0 comments on commit be3efad

Please sign in to comment.