This repository was archived by the owner on Sep 25, 2023. It is now read-only.

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-java:latest
3-
digest: sha256:4837f2a7fdff2985b4f7432f8a6d6a87beacebf3ac071746532c0ce2e3f24b9b
3+
digest: sha256:a9e9c43309df91d0051ccfcea4860a95bbe9a85eeb3c1822fa1a617a06b649de
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
runs-on: windows-latest
2727
steps:
2828
- uses: actions/checkout@v2
29+
- uses: stCarolas/setup-maven@v4
30+
with:
31+
maven-version: 3.8.1
2932
- uses: actions/setup-java@v1
3033
with:
3134
java-version: 8
@@ -75,4 +78,4 @@ jobs:
7578
- run: java -version
7679
- run: .kokoro/build.sh
7780
env:
78-
JOB_TYPE: clirr
81+
JOB_TYPE: clirr
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-monitoring-dasard</artifactId>
22-
<version>2.0.2</version>
22+
<version>2.1.0</version>
2323
</dependency>
2424
```
2525

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

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-monitoring-dasard:2.0.2'
29+
implementation 'com.google.cloud:google-cloud-monitoring-dasard:2.1.0'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dasard" % "2.0.2"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dasard" % "2.1.0"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)