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

Commit dd350e2

Browse files
chore: regenerate README (#493)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-12 17:41:03,379 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-tasks/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-12 17:41:04,962 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/90db89b5-7bb6-4c2e-b466-a1b2794a2acd/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent ef805c5 commit dd350e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/readme/synth.metadata/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-tasks.git",
7-
"sha": "c70c19a3154fb815234c9b8a49a6c434901d5bfe"
7+
"sha": "ff0640b7bae7ee46ebfd6f20226413875b08362b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
14+
"sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d"
1515
}
1616
}
1717
]

README.md

+3-3
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)