This repository was archived by the owner on Sep 25, 2023. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
19
19
<dependency >
20
20
<groupId >com.google.cloud</groupId >
21
21
<artifactId >google-cloud-monitoring-dashboard</artifactId >
22
- <version >1.3.2 </version >
22
+ <version >2.0.0 </version >
23
23
</dependency >
24
24
```
25
25
26
26
If you are using Gradle without BOM, add this to your dependencies
27
27
28
28
``` Groovy
29
- compile 'com.google.cloud:google-cloud-monitoring-dashboard:1.3.2 '
29
+ compile 'com.google.cloud:google-cloud-monitoring-dashboard:2.0.0 '
30
30
```
31
31
32
32
If you are using SBT, add this to your dependencies
33
33
34
34
``` Scala
35
- libraryDependencies += " com.google.cloud" % " google-cloud-monitoring-dashboard" % " 1.3.2 "
35
+ libraryDependencies += " com.google.cloud" % " google-cloud-monitoring-dashboard" % " 2.0.0 "
36
36
```
37
37
38
38
## Authentication
Original file line number Diff line number Diff line change 77
77
<dependency >
78
78
<groupId >com.google.cloud</groupId >
79
79
<artifactId >google-cloud-shared-dependencies</artifactId >
80
- <version >2.0.0 </version >
80
+ <version >2.0.1 </version >
81
81
<type >pom</type >
82
82
<scope >import</scope >
83
83
</dependency >
You can’t perform that action at this time.
0 commit comments