We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README.md
1 parent 768972b commit ed76ddfCopy full SHA for ed76ddf
README.md
@@ -14,13 +14,13 @@ dependencies {
14
implementation (
15
16
// Datastore Storage support library.
17
- "io.spine.gcloud:spine-datastore:1.1.3-SNAPSHOT+1",
+ "io.spine.gcloud:spine-datastore:1.2.0",
18
19
// Stackdriver Trace support library.
20
- "io.spine.gcloud:spine-stackdriver-trace:1.1.3-SNAPSHOT+1",
+ "io.spine.gcloud:spine-stackdriver-trace:1.2.0",
21
22
// Datastore-related test utilities (if needed).
23
- "io.spine.gcloud:testutil-gcloud:1.1.3-SNAPSHOT+1"
+ "io.spine.gcloud:testutil-gcloud:1.2.0"
24
)
25
}
26
```
0 commit comments