Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit f79ab4f

Browse files
chore: regenerate README
1 parent df52e9d commit f79ab4f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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": "fd18780f044bb1472989bbec81a390e67325a84a"
7+
"sha": "df52e9d755ed8425e298ccccc5585dd8185f1a46"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "40d76d547573fc273220bc0c8291fd942cb4502b"
14+
"sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-spanner</artifactId>
41-
<version>3.1.2</version>
41+
<version>3.2.1</version>
4242
</dependency>
4343

4444
```
@@ -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.0'
54+
compile 'com.google.cloud:google-cloud-spanner:3.2.1'
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.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "3.2.1"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)