Skip to content

Commit 1755478

Browse files
chore: regenerate README (#1389)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-26 00:32:06,163 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-26 00:32:07,352 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/72273d6f-efcd-4b7e-86e0-f7cf2d9e5305/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 2da2ee9 commit 1755478

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "fb3cf03fb458b8b294602bd0c07d946907a66288"
7+
"sha": "269e74edb514eca0f2c686f5ba4498104a00f50b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "63cff634aabb85854caa511c5837ea6b45f42b4b"
14+
"sha": "31728d872f50e439ded2f67fa8d67955b26a4e35"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-spanner'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
compile 'com.google.cloud:google-cloud-spanner:6.12.0'
59+
compile 'com.google.cloud:google-cloud-spanner:6.12.1'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.12.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.12.1"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)