Skip to content

Commit

Permalink
chore: regenerate README (#234)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2020-11-10 09:00:38,500 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-10 09:00:39,422 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/5307d9d6-4b33-476f-964c-d928a92d5a53/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Nov 10, 2020
1 parent b7b543e commit 62c62ef
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
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-logging-logback.git",
"sha": "7c70aa6fb6d9a7e7bb1d7e725cc6ba0067ac1be8"
"sha": "31b35b14aab4844d58f9550a38262e99edde0ba0"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "3d3e94c4e02370f307a9a200b0c743c3d8d19f29"
"sha": "7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,17 +20,17 @@ 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.118.4-alpha</version>
<version>0.118.5-alpha</version>
</dependency>
```

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-logging-logback:0.118.4-alpha'
compile 'com.google.cloud:google-cloud-logging-logback:0.118.5-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.118.4-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.118.5-alpha"
```

## Authentication
Expand Down

0 comments on commit 62c62ef

Please sign in to comment.