Skip to content

Commit

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


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

```
2021-04-20 05:36:27,518 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-20 05:36:28,912 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/24d40aa4-b45b-403a-9cc7-7c335d670ef0/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Apr 20, 2021
1 parent 844f0fe commit 1e698c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner.git",
"sha": "7992342bffc273ad8249e7564ae9ef51764bf83c"
"sha": "844f0fe5308797105f2de876290f40fb230c4fa6"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "1657dd8c79a82b3fe9dde3ff6e0eda3d47fb117f"
"sha": "ff6b759fcb58f216f62b48d5be0bb85fafbc3bb2"
}
}
]
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:6.2.1'
compile 'com.google.cloud:google-cloud-spanner:6.3.0'
```

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

## Authentication
Expand Down

0 comments on commit 1e698c1

Please sign in to comment.