File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
57
57
If you are using Gradle without BOM, add this to your dependencies:
58
58
59
59
``` Groovy
60
- implementation 'com.google.cloud:google-cloud-monitoring:3.3.6 '
60
+ implementation 'com.google.cloud:google-cloud-monitoring:3.4.0 '
61
61
```
62
62
63
63
If you are using SBT, add this to your dependencies:
64
64
65
65
``` Scala
66
- libraryDependencies += " com.google.cloud" % " google-cloud-monitoring" % " 3.3.6 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-monitoring" % " 3.4.0 "
67
67
```
68
68
69
69
## Authentication
Original file line number Diff line number Diff line change 79
79
<dependency >
80
80
<groupId >com.google.auth</groupId >
81
81
<artifactId >google-auth-library-oauth2-http</artifactId >
82
- <scope >test </scope >
82
+ <scope >runtime </scope >
83
83
</dependency >
84
84
<!-- Need testing utility classes for generated gRPC clients tests -->
85
85
<dependency >
You can’t perform that action at this time.
0 commit comments