Skip to content

Commit 9180dfb

Browse files
chore: regenerate README (#210)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-10-22 08:12:18,167 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging-logback/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-22 08:12:19,093 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/f8b7d74f-7d9b-4121-85a9-073880dc029d/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 463c6d1 commit 9180dfb

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": "838ae88019b18b52f410cf1f6334cc58b8ffb6c9"
7+
"sha": "463c6d1bf94ee2215d7030e8965143cef2bcd550"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "d5d03413e1879108b5ade8839ce38de01be652da"
14+
"sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ 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.118.2-alpha</version>
23+
<version>0.118.3-alpha</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.cloud:google-cloud-logging-logback:0.118.2-alpha'
29+
compile 'com.google.cloud:google-cloud-logging-logback:0.118.3-alpha'
3030
```
3131
If you are using SBT, add this to your dependencies
3232
```Scala
33-
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.118.2-alpha"
33+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.118.3-alpha"
3434
```
3535

3636
## Authentication

0 commit comments

Comments
 (0)