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 1c6428d commit 7b8323eCopy full SHA for 7b8323e
‎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.30.1'
+implementation 'com.google.cloud:google-cloud-spanner:6.30.2'
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.30.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.30.2"
66
67
68
## Authentication
0 commit comments