This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+5
-5
lines changed Expand file treeCollapse file tree2 files changed
+5
-5
lines changed Original file line number | Diff line number | Diff line change |
---|
|
4 | 4 | "git": {
|
5 | 5 | "name": ".",
|
6 | 6 | "remote": "https://.com/googleapis/java-tasks.git",
|
7 |
| -"sha": "c70c19a3154fb815234c9b8a49a6c434901d5bfe" |
| 7 | +"sha": "ff0640b7bae7ee46ebfd6f20226413875b08362b" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
11 | 11 | "git": {
|
12 | 12 | "name": "synthtool",
|
13 | 13 | "remote": "https://.com/googleapis/synthtool.git",
|
14 |
| -"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3" |
| 14 | +"sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d" |
15 | 15 | }
|
16 | 16 | }
|
17 | 17 | ]
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
|
19 | 19 | <dependency>
|
20 | 20 | <groupId>com.google.cloud</groupId>
|
21 | 21 | <artifactId>google-cloud-tasks</artifactId>
|
22 |
| -<version>1.33.2</version> |
| 22 | +<version>2.0.0</version> |
23 | 23 | </dependency>
|
24 | 24 | ```
|
25 | 25 |
|
26 | 26 | If you are using Gradle without BOM, add this to your dependencies
|
27 | 27 |
|
28 | 28 | ```Groovy
|
29 |
| -compile 'com.google.cloud:google-cloud-tasks:1.33.2' |
| 29 | +compile 'com.google.cloud:google-cloud-tasks:2.0.0' |
30 | 30 | ```
|
31 | 31 |
|
32 | 32 | If you are using SBT, add this to your dependencies
|
33 | 33 |
|
34 | 34 | ```Scala
|
35 |
| -libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "1.33.2" |
| 35 | +libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.0.0" |
36 | 36 | ```
|
37 | 37 |
|
38 | 38 | ## Authentication
|
|
You can’t perform that action at this time.
0 commit comments