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

deps: update actions/setup-java action to v3 #803

Merged
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
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring:3.2.2'
implementation 'com.google.cloud:google-cloud-monitoring:3.2.3'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.2.2"
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.2.3"
```

## Authentication
Expand Down