Skip to content

Commit c796fe0

Browse files
chore: regenerate README (#290)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-13 09:10:13,690 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging-logback/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-13 09:10:14,521 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/0d2cec37-594e-4bf4-b9d7-3e58f1879cdd/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 89da31a commit c796fe0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

+2-2
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": "038390680c80efefd77565bf2f01b7bbe5be5266"
7+
"sha": "89da31a819939dee982620b42e2e69d658e5f088"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "67f09bf301083798e7220137723222eb00b8f88a"
14+
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
1515
}
1616
}
1717
]

README.md

+3-3
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.119.3-alpha</version>
23+
<version>0.119.4-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.119.3-alpha'
29+
compile 'com.google.cloud:google-cloud-logging-logback:0.119.4-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.119.3-alpha"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.119.4-alpha"
3535
```
3636

3737
## Authentication

0 commit comments

Comments
 (0)