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

Commit 4673a54

Browse files
chore: regenerate README (#305)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-11-09 17:44:20,858 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-errorreporting/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-09 17:44:21,780 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/32913f28-6613-4cb6-a9b4-d28ff0cc9d2f/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 96e2e05 commit 4673a54

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-errorreporting.git",
7-
"sha": "544f2311d23ed52c5d5017bb0553372ace7b6c2a"
7+
"sha": "96e2e0549d4717f780badd31f16b90f11c91c849"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "2c8aecedd55b0480fb4e123b6e07fa5b12953862"
14+
"sha": "1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@ If you are using Maven without BOM, add this to your dependencies:
6060
<dependency>
6161
<groupId>com.google.cloud</groupId>
6262
<artifactId>google-cloud-errorreporting</artifactId>
63-
<version>0.120.5-beta</version>
63+
<version>0.120.7-beta</version>
6464
</dependency>
6565

6666
```
6767

6868
If you are using Gradle, add this to your dependencies
6969
```Groovy
70-
compile 'com.google.cloud:google-cloud-errorreporting:0.120.5-beta'
70+
compile 'com.google.cloud:google-cloud-errorreporting:0.120.7-beta'
7171
```
7272
If you are using SBT, add this to your dependencies
7373
```Scala
74-
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.120.5-beta"
74+
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.120.7-beta"
7575
```
7676

7777
## Authentication

0 commit comments

Comments
 (0)