Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

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


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

```
2021-06-03 15:26:17,670 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-monitoring/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-06-03 15:26:18,983 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/6cbf872d-6f9e-421e-a57f-4af5a5a8749f/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Jun 3, 2021
1 parent 52c0087 commit d7695dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-monitoring.git",
"sha": "b48b2e26381fb5eac05c42c6636e842aac0fdd9e"
"sha": "52c00872c3845b0b5375cacedeee2b56aa71bfe0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-monitoring'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-monitoring:2.3.0'
compile 'com.google.cloud:google-cloud-monitoring:2.3.1'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.3.0"
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.3.1"
```

## Authentication
Expand Down

0 comments on commit d7695dd

Please sign in to comment.