Skip to content

Commit 52f3d3b

Browse files
chore: regenerate README (#523)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-31 20:15:05,805 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-datastore/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-31 20:15:07,336 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/cb9d4e9c-e9b4-43a4-8159-5fd18ab10106/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 60a9579 commit 52f3d3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datastore.git",
7-
"sha": "a6a5b33f51dcd632d187c1b790d59cb6454d1efd"
7+
"sha": "60a95791ffe048e87fa6b0ad2c43bbc1b1838a24"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "31728d872f50e439ded2f67fa8d67955b26a4e35"
14+
"sha": "9a238a0623879c3de129a376c6085d4a862f6eb9"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ If you are using Gradle 5.x or later, add this to your dependencies
5151
```Groovy
5252
implementation platform('com.google.cloud:libraries-bom:22.0.0')
5353
54-
compile 'com.google.cloud:google-cloud-datastore'
54+
implementation 'com.google.cloud:google-cloud-datastore'
5555
```
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
compile 'com.google.cloud:google-cloud-datastore:2.0.3'
59+
implementation 'com.google.cloud:google-cloud-datastore:2.0.3'
6060
```
6161

6262
If you are using SBT, add this to your dependencies

0 commit comments

Comments
 (0)