Skip to content

Commit f637f1e

Browse files
1 parent 59d12eb commit f637f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-spanner:6.34.1'
59+
implementation 'com.google.cloud:google-cloud-spanner:6.35.0'
6060
```
6161

6262
If you are using SBT, add this to your dependencies:
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.34.1"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.35.0"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)