Skip to content

Commit

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


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

```
2021-01-26 09:12:27,020 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-26 09:12:27,899 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/964fa9ae-a0c8-4c8b-98db-9b34a1344b57/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Jan 26, 2021
1 parent 608a7c2 commit 4dc0cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-logging-logback.git",
"sha": "dfe6c69665dcd8eadb073758d10017e22528848c"
"sha": "608a7c2b7e71312a2f3907539dcf32cb42f92948"
}
},
{
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.119.6-alpha</version>
<version>0.119.7-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.119.6-alpha'
compile 'com.google.cloud:google-cloud-logging-logback:0.119.7-alpha'
```

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

## Authentication
Expand Down

0 comments on commit 4dc0cda

Please sign in to comment.