Skip to content

Commit 7b6dec9

Browse files
chore: regenerate README (#905)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-23 22:33:45,447 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-23 22:33:47,224 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/6af050d2-f043-4217-a10e-c52d9cc501b8/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 2e0ebed commit 7b6dec9

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": "7d4f70a613b9a7668e371ee3aa174fdf897de141"
7+
"sha": "2e0ebed3c7e8967245cf7c857fc7f9232ce9bb93"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "4dca4132c6d63788c6675e1b1e11e7b9225f8694"
14+
"sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012"
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:4.0.0'
54+
compile 'com.google.cloud:google-cloud-spanner:4.0.1'
5555
```
5656

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

6262
## Authentication

0 commit comments

Comments
 (0)