Skip to content

Commit 1ee0003

Browse files
chore: regenerate README (#495)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-10 22:27:21,420 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-datastore/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-10 22:27:22,625 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/3c8d158e-887f-4d0d-8ad9-47aa747a8807/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent f0a92cc commit 1ee0003

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-datastore.git",
7-
"sha": "e7ad9750ec56459c08fdf829b56fd09d6e9635d6"
7+
"sha": "f0a92ccfa1d7abf03e2dfcbc36ecac6659f2642c"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
14+
"sha": "6252f2cd074c38f37b44abe5e96d128733eb1b61"
1515
}
1616
}
1717
]

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-datastore</artifactId>
44-
<version>1.107.1</version>
44+
<version>2.0.0</version>
4545
</dependency>
4646

4747
```
@@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-datastore'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

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

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.107.1"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.0.0"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)