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

Commit 951af04

Browse files
chore: regenerate README (#395)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-16 19:42:28,699 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-errorreporting/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-16 19:42:30,350 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/f9ce5dfe-82cb-48af-9e44-34b1e9b791b0/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 18b6246 commit 951af04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "975023840885024eb66d3693ba206952c05b3cc0"
7+
"sha": "18b6246119ee1ec41ce2535366b6c91b39b4142c"
88
}
99
},
1010
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ compile 'com.google.cloud:google-cloud-errorreporting'
7373
```
7474
If you are using Gradle without BOM, add this to your dependencies
7575
```Groovy
76-
compile 'com.google.cloud:google-cloud-errorreporting:0.120.13-beta'
76+
compile 'com.google.cloud:google-cloud-errorreporting:0.120.14-beta'
7777
```
7878

7979
If you are using SBT, add this to your dependencies
8080
```Scala
81-
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.120.13-beta"
81+
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.120.14-beta"
8282
```
8383

8484
## Authentication

0 commit comments

Comments
 (0)