Skip to content

Commit

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


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

```
2021-08-05 17:55:36,131 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging-logback/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-05 17:55:37,415 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/ccfc03fd-d7f0-4bb5-a92f-f94a9d7edef4/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 5, 2021
1 parent 09ee009 commit f029634
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": "e8bc8055767a5c3fefcde1c9f508df7197c31392"
"sha": "09ee009512d593065507d92092c7531f5af2d379"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
"sha": "df7fc1e3a6df4316920ab221431945cdf9aa7217"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ 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.121.4-alpha</version>
<version>0.121.5-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.121.4-alpha'
compile 'com.google.cloud:google-cloud-logging-logback:0.121.5-alpha'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.121.4-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.121.5-alpha"
```

## Authentication
Expand Down

0 comments on commit f029634

Please sign in to comment.