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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://.com/googleapis/java-tasks.git",
7-
"sha": "c70c19a3154fb815234c9b8a49a6c434901d5bfe"
7+
"sha": "ff0640b7bae7ee46ebfd6f20226413875b08362b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://.com/googleapis/synthtool.git",
14-
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
14+
"sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d"
1515
}
1616
}
1717
]
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-tasks</artifactId>
22-
<version>1.33.2</version>
22+
<version>2.0.0</version>
2323
</dependency>
2424
```
2525

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

2828
```Groovy
29-
compile 'com.google.cloud:google-cloud-tasks:1.33.2'
29+
compile 'com.google.cloud:google-cloud-tasks:2.0.0'
3030
```
3131

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

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "1.33.2"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.0.0"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)