Skip to content

Commit 54fcc2a

Browse files
chore: regenerate README (#222)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-11-03 05:10:41,805 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging-logback/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-03 05:10:42,753 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/7ab61b87-a33b-4081-abaf-d5d75bba72fa/targets - [ ] To automatically regenerate this PR, check this box.
1 parent a54d5ad commit 54fcc2a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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": "463c6d1bf94ee2215d7030e8965143cef2bcd550"
7+
"sha": "079c51b2dd06107b530517a4a994763fa3557921"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc"
14+
"sha": "ba9918cd22874245b55734f57470c719b577e591"
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.3-alpha</version>
23+
<version>0.118.4-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.3-alpha'
29+
compile 'com.google.cloud:google-cloud-logging-logback:0.118.4-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.3-alpha"
33+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.118.4-alpha"
3434
```
3535

3636
## Authentication

0 commit comments

Comments
 (0)