Skip to content

Commit 32424f8

Browse files
chore: regenerate README (#339)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-22 20:38:50,572 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging-logback/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-22 20:38:52,091 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/98507a47-5de2-4858-9990-793e398ca8c9/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 50c5164 commit 32424f8

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-logging-logback.git",
7-
"sha": "16bbba8137c93a459196915eee4796aa8cc9b922"
7+
"sha": "50c5164fc491633d201adf01a4ea442dfc7a3ce3"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
14+
"sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-logging-logback</artifactId>
23-
<version>0.120.0-alpha</version>
23+
<version>0.120.1-alpha</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle without BOM, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.cloud:google-cloud-logging-logback:0.120.0-alpha'
29+
compile 'com.google.cloud:google-cloud-logging-logback:0.120.1-alpha'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.120.0-alpha"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.120.1-alpha"
3535
```
3636

3737
## Authentication

0 commit comments

Comments
 (0)