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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ If you are using Maven without BOM, add this to your dependencies:
4747

4848
If you are using Gradle, add this to your dependencies
4949
```Groovy
50-
compile 'com.google.cloud:google-cloud-tasks:1.30.2'
50+
compile 'com.google.cloud:google-cloud-tasks:1.30.1'
5151
```
5252
If you are using SBT, add this to your dependencies
5353
```Scala
54-
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "1.30.2"
54+
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "1.30.1"
5555
```
5656
[//]: # ({x-version-update-end})
5757

Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://.com/googleapis/java-tasks.git",
7-
"sha": "b0c2e49069233b12ff3fc27cbdeb0079bd077370"
7+
"sha": "c59a13d1d96c66082fb0f088c6d75f8a9261186e"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)