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

Commit cb65259

Browse files
build: enable multiScm for releases (#1019)
* build: enable multiScm for releases * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d3d6198 commit cb65259

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ If you are using Maven, add this to your pom.xml file:
2626
<dependency>
2727
<groupId>com.google.cloud</groupId>
2828
<artifactId>google-cloud-monitoring</artifactId>
29-
<version>3.16.0</version>
29+
<version>3.18.0</version>
3030
</dependency>
3131
```
3232

3333
If you are using Gradle without BOM, add this to your dependencies:
3434

3535
```Groovy
36-
implementation 'com.google.cloud:google-cloud-monitoring:3.16.0'
36+
implementation 'com.google.cloud:google-cloud-monitoring:3.18.0'
3737
```
3838

3939
If you are using SBT, add this to your dependencies:
4040

4141
```Scala
42-
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.16.0"
42+
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.18.0"
4343
```
4444

4545
## Authentication

0 commit comments

Comments
 (0)