Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.0.1 #440

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring-dashboard</artifactId>
<version>1.3.2</version>
<version>2.0.0</version>
</dependency>
```

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

```Groovy
compile 'com.google.cloud:google-cloud-monitoring-dashboard:1.3.2'
compile 'com.google.cloud:google-cloud-monitoring-dashboard:2.0.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "1.3.2"
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "2.0.0"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down