Skip to content

Commit 2e22bb4

Browse files
chore: regenerate README (#1404)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-09-01 06:42:36,090 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-09-01 06:42:37,240 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/cc0be706-99c8-42f3-9e60-297c9fbaaf3d/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent adc3cc1 commit 2e22bb4

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": "0d8aa7d2c576740ab608cba641bbe90a997c1010"
7+
"sha": "adc3cc1648b326802c9219efd0a056a76d198852"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "e770c12f2a9a5f84566fe04b16a4ceec1c8c109b"
14+
"sha": "9a238a0623879c3de129a376c6085d4a862f6eb9"
1515
}
1616
}
1717
]

README.md

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

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-spanner:6.12.1'
59+
implementation 'com.google.cloud:google-cloud-spanner:6.12.2'
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.1"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.12.2"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)