Skip to content

Commit 56f7e91

Browse files
1 parent 33594f6 commit 56f7e91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-spanner</artifactId>
44-
<version>6.24.0</version>
44+
<version>6.25.0</version>
4545
</dependency>
4646

4747
```
@@ -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.24.0'
59+
implementation 'com.google.cloud:google-cloud-spanner:6.25.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.24.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.25.0"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)