We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d12eb commit f637f1eCopy full SHA for f637f1e
‎README.md
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
56
If you are using Gradle without BOM, add this to your dependencies:
57
58
```Groovy
59
-implementation 'com.google.cloud:google-cloud-spanner:6.34.1'
+implementation 'com.google.cloud:google-cloud-spanner:6.35.0'
60
```
61
62
If you are using SBT, add this to your dependencies:
63
64
```Scala
65
-libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.34.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.35.0"
66
67
68
## Authentication
0 commit comments