File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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'
5757If you are using Gradle without BOM, add this to your dependencies:
5858
5959``` Groovy
60- implementation 'com.google.cloud:google-cloud-monitoring:3.3.6 '
60+ implementation 'com.google.cloud:google-cloud-monitoring:3.4.0 '
6161```
6262
6363If you are using SBT, add this to your dependencies:
6464
6565``` Scala
66- libraryDependencies += " com.google.cloud" % " google-cloud-monitoring" % " 3.3.6 "
66+ libraryDependencies += " com.google.cloud" % " google-cloud-monitoring" % " 3.4.0 "
6767```
6868
6969## Authentication
Original file line number Diff line number Diff line change 7979 <dependency >
8080 <groupId >com.google.auth</groupId >
8181 <artifactId >google-auth-library-oauth2-http</artifactId >
82- <scope >test </scope >
82+ <scope >runtime </scope >
8383 </dependency >
8484 <!-- Need testing utility classes for generated gRPC clients tests -->
8585 <dependency >
You can’t perform that action at this time.
0 commit comments