File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ integration-staging)
97
97
-Dmaven.main.skip=true \
98
98
-Dspanner.gce.config.server_url=https://staging-wrenchworks.sandbox.googleapis.com \
99
99
-Dspanner.testenv.instance=projects/span-cloud-testing/instances/gaurav-test-instance \
100
- -Dspanner.gce.config.project_id=span-cloud-testing
100
+ -Dspanner.gce.config.project_id=span-cloud-testing \
101
101
-fae \
102
102
verify
103
103
RETURN_CODE=$?
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
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.34.0 '
59
+ implementation 'com.google.cloud:google-cloud-spanner:6.34.1 '
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.34.0 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.34.1 "
66
66
```
67
67
68
68
## Authentication
You can’t perform that action at this time.
0 commit comments