Skip to content

Commit 6be86f9

Browse files
chore: regenerate README (#792)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-12 02:12:49,470 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-12 02:12:50,365 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/484ff8a6-38fe-4ad8-b803-0d78d77a87dc/targets - [ ] To automatically regenerate this PR, check this box.
1 parent e02e5a7 commit 6be86f9

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": "fa353b35d20b6e44e6870ed86f5c55ed843ef32c"
7+
"sha": "e02e5a7d95c0e92d9f13640dd2afe5b899f4e56d"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "41a4e56982620d3edcf110d76f4fcdfdec471ac8"
14+
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
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:3.2.1'
54+
compile 'com.google.cloud:google-cloud-spanner:3.3.0'
5555
```
5656

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

6262
## Authentication

0 commit comments

Comments
 (0)