Skip to content

Commit 2334408

Browse files
chore: regenerate README (#1038)
1 parent 2d61bc4 commit 2334408

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": "2db7c5dba8e4198ec03178b5c9b4cc9a7e3ff075"
7+
"sha": "6a58433919d9f69e91639a1b52cbbc1151ca6804"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "4dc31ac1ece23dc555f574aa701e5857b5bf2d3f"
14+
"sha": "063de45298fbdd88916018ba566c7ecd254b39ae"
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:6.0.0'
54+
compile 'com.google.cloud:google-cloud-spanner:6.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" % "6.0.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.1.0"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)