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

Commit 1d3865a

Browse files
chore: regenerate README (#650)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-24 21:06:58,870 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-errorreporting/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-24 21:06:59,912 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/6fab5072-76a8-462e-b69f-9d4b74fc6657/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 721e249 commit 1d3865a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-errorreporting.git",
7-
"sha": "a8258f001769f8cadfad11a220d0e5d3d05bf956"
7+
"sha": "721e249b20839ec8ffa71d1d975a057e2597a6fb"
88
}
99
},
1010
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you are using Maven without BOM, add this to your dependencies:
6363
<dependency>
6464
<groupId>com.google.cloud</groupId>
6565
<artifactId>google-cloud-errorreporting</artifactId>
66-
<version>0.122.1-beta</version>
66+
<version>0.122.2-beta</version>
6767
</dependency>
6868

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

8080
```Groovy
81-
compile 'com.google.cloud:google-cloud-errorreporting:0.122.2-beta'
81+
compile 'com.google.cloud:google-cloud-errorreporting:0.122.3-beta'
8282
```
8383

8484
If you are using SBT, add this to your dependencies
8585

8686
```Scala
87-
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.122.2-beta"
87+
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.122.3-beta"
8888
```
8989

9090
## Authentication

0 commit comments

Comments
 (0)