Skip to content

Commit 73478f9

Browse files
chore: regenerate README (#960)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-15 23:54:55,074 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-15 23:54:56,043 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/36571b4b-aa3a-4bee-aab9-01c2e132fdc5/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 13c297b commit 73478f9

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": "55fa0ccca4faf44da8f9a3553ab4b35574c14830"
7+
"sha": "13c297b210939a04cab8a8fd547bb34e4d549da7"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "ef9d8ee2abf22c8f4d900075444e24f5a444eae3"
14+
"sha": "94686b06034ff6e11217236fcaa217ec6e24bc39"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-spanner'
5151
```
5252
If you are using Gradle without BOM, add this to your dependencies
5353
```Groovy
54-
compile 'com.google.cloud:google-cloud-spanner:5.0.0'
54+
compile 'com.google.cloud:google-cloud-spanner:5.1.0'
5555
```
5656

5757
If you are using SBT, add this to your dependencies
5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "5.0.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "5.1.0"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)