Skip to content

Commit de0b9fc

Browse files
1 parent dcdbcdd commit de0b9fc

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.23.3'
59+
implementation 'com.google.cloud:google-cloud-spanner:6.24.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.23.3"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.24.0"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)