Skip to content

Commit

Permalink
chore: regenerate README (#339)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yoshi-automation committed Feb 22, 2021
1 parent 50c5164 commit 32424f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-logging-logback.git",
"sha": "16bbba8137c93a459196915eee4796aa8cc9b922"
"sha": "50c5164fc491633d201adf01a4ea442dfc7a3ce3"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
"sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-logback</artifactId>
<version>0.120.0-alpha</version>
<version>0.120.1-alpha</version>
</dependency>
```

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

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

## Authentication
Expand Down

0 comments on commit 32424f8

Please sign in to comment.