File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ Gradle:
1616``` kotlin
1717dependencies {
1818 // Datastore Storage support library.
19- implementation(" io.spine.gcloud:spine-datastore:1.7 .0" )
19+ implementation(" io.spine.gcloud:spine-datastore:1.8 .0" )
2020
2121 // Pub/Sub messaging support library.
22- implementation(" io.spine.gcloud:spine-pubsub:1.7 .0" )
22+ implementation(" io.spine.gcloud:spine-pubsub:1.8 .0" )
2323
2424 // Stackdriver Trace support library.
25- implementation(" io.spine.gcloud:spine-stackdriver-trace:1.7 .0" )
25+ implementation(" io.spine.gcloud:spine-stackdriver-trace:1.8 .0" )
2626
2727 // Datastore-related test utilities (if needed).
28- implementation(" io.spine.gcloud:testutil-gcloud:1.7 .0" )
28+ implementation(" io.spine.gcloud:testutil-gcloud:1.8 .0" )
2929}
3030```
3131
You can’t perform that action at this time.
0 commit comments