Skip to content

Commit

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


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

```
2021-01-15 09:45:19,444 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-01-15 09:45:20,296 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/e9206c22-62f9-4df0-a7ec-d6714cc7def5/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Jan 15, 2021
1 parent 4a2cef8 commit 557e761
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": "90255ea7a1cc70ba4f4ab48551c509f503981540"
"sha": "4a2cef87f812bfd2e718d7c0e55e593ad9433c5a"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-spanner'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-spanner:3.3.0'
compile 'com.google.cloud:google-cloud-spanner:3.3.1'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "3.3.0"
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "3.3.1"
```

## Authentication
Expand Down

0 comments on commit 557e761

Please sign in to comment.