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 8e1fda1 commit 98af746Copy full SHA for 98af746
‎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.23.2'
+implementation 'com.google.cloud:google-cloud-spanner:6.23.3'
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.23.2"
+libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.23.3"
66
67
68
## Authentication
0 commit comments