Skip to content

Commit 45918ec

Browse files
chore: regenerate README (#261)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-11-17 09:14:13,173 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-datastore/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-17 09:14:14,112 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/64a78e82-232a-41f0-8637-ec3cdd463250/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 1d807e6 commit 45918ec

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": "b984e360ccaf30f55b239f831430256f3231036f"
7+
"sha": "1d807e6df139399f296c4e780864bf5f5e5acb6e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "ea52b8a0bd560f72f376efcf45197fb7c8869120"
14+
"sha": "d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ If you are using Maven without BOM, add this to your dependencies:
4545

4646
If you are using Gradle, add this to your dependencies
4747
```Groovy
48-
compile 'com.google.cloud:google-cloud-datastore:1.105.0'
48+
compile 'com.google.cloud:google-cloud-datastore:1.105.1'
4949
```
5050
If you are using SBT, add this to your dependencies
5151
```Scala
52-
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.105.0"
52+
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.105.1"
5353
```
5454

5555
## Authentication

0 commit comments

Comments
 (0)