Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

Commit 054c38b

Browse files
chore: regenerate README (#276)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-06 21:57:01,179 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-monitoring-dashboards/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-06 21:57:02,308 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/e38ef188-1e5f-4f3c-8ad1-c730fa3f2795/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 14bb144 commit 054c38b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-monitoring-dashboards.git",
7-
"sha": "3f4b54138960285845515852bcc283897c53cb2d"
7+
"sha": "14bb1443df62d3fc3f56b10670506de21dd4975a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
14+
"sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28"
1515
}
1616
}
1717
]

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,18 @@ If you are using Maven, add this to your pom.xml file:
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>google-cloud-monitoring-dashboard</artifactId>
20-
<version>1.0.5</version>
20+
<version>1.0.7</version>
2121
</dependency>
2222
```
2323

24-
If you are using Gradle, add this to your dependencies
24+
If you are using Gradle without BOM, add this to your dependencies
2525
```Groovy
26-
compile 'com.google.cloud:google-cloud-monitoring-dashboard:1.0.5'
26+
compile 'com.google.cloud:google-cloud-monitoring-dashboard:1.0.7'
2727
```
28+
2829
If you are using SBT, add this to your dependencies
2930
```Scala
30-
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "1.0.5"
31+
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "1.0.7"
3132
```
3233

3334
## Authentication

0 commit comments

Comments
 (0)