File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,20 +49,20 @@ If you are using Maven without BOM, add this to your dependencies:
49
49
If you are using Gradle 5.x or later, add this to your dependencies:
50
50
51
51
``` Groovy
52
- implementation platform('com.google.cloud:libraries-bom:26.4 .0')
52
+ implementation platform('com.google.cloud:libraries-bom:26.6 .0')
53
53
54
54
implementation 'com.google.cloud:google-cloud-spanner'
55
55
```
56
56
If you are using Gradle without BOM, add this to your dependencies:
57
57
58
58
``` Groovy
59
- implementation 'com.google.cloud:google-cloud-spanner:6.35.1 '
59
+ implementation 'com.google.cloud:google-cloud-spanner:6.35.2 '
60
60
```
61
61
62
62
If you are using SBT, add this to your dependencies:
63
63
64
64
``` Scala
65
- libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.35.1 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.35.2 "
66
66
```
67
67
68
68
## Authentication
You can’t perform that action at this time.
0 commit comments