Skip to content

Commit

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


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

```
2020-11-17 09:41:32,582 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working directory clean
2020-11-17 09:41:33,601 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/005ecbdd-e849-49dc-b49e-0b895e2d2872/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Nov 17, 2020
1 parent 54de514 commit e032315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner.git",
"sha": "b5150b57108ffdcb054a7b4f2dfa3daf840dfb29"
"sha": "54de51438bac14c66e241fe68a341a47e641c5f2"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -45,11 +45,11 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-spanner:3.0.3'
compile 'com.google.cloud:google-cloud-spanner:3.0.4'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "3.0.3"
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "3.0.4"
```

## Authentication
Expand Down

0 comments on commit e032315

Please sign in to comment.