Skip to content

Commit

Permalink
chore: regenerate README (googleapis#459)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-06-16 19:32:37,859 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-datastore/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-06-16 19:32:39,082 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/d5f4931c-fa94-4080-bcba-19131a70d1d0/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation authored Jun 16, 2021
1 parent 9ed6560 commit f0ac89b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-datastore.git",
"sha": "c7df8fc5c00288a414281f7c252bbdccb95017a0"
"sha": "9ed656033f0fd21656ec72ceea215d3cf52cd5c4"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "8da7927493739fa36130360019ca21258242f73a"
"sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>1.106.5</version>
<version>1.107.0</version>
</dependency>

```
Expand All @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-datastore'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-datastore:1.106.5-sp.1'
compile 'com.google.cloud:google-cloud-datastore:1.107.0'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.106.5-sp.1"
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.107.0"
```

## Authentication
Expand Down

0 comments on commit f0ac89b

Please sign in to comment.