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 78a8651 commit d521869Copy full SHA for d521869
‎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.35.2'
+implementation 'com.google.cloud:google-cloud-spanner:6.36.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.35.2"
+libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.36.0"
66
67
68
## Authentication
0 commit comments