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

Commit df56b1e

Browse files
1 parent 32454be commit df56b1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-monitoring</artifactId>
45-
<version>3.3.6</version>
45+
<version>3.3.7</version>
4646
</dependency>
4747

4848
```
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-monitoring:3.3.5'
60+
implementation 'com.google.cloud:google-cloud-monitoring:3.3.6'
6161
```
6262

6363
If you are using SBT, add this to your dependencies:
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.5"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.6"
6767
```
6868

6969
## Authentication

0 commit comments

Comments
 (0)