File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datastore'
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-datastore:2.8 .0'
59
+ implementation 'com.google.cloud:google-cloud-datastore:2.9 .0'
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-datastore" % " 2.8 .0"
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-datastore" % " 2.9 .0"
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 151
151
<dependency >
152
152
<groupId >com.google.cloud</groupId >
153
153
<artifactId >google-cloud-shared-dependencies</artifactId >
154
- <version >2.12 .0</version >
154
+ <version >2.13 .0</version >
155
155
<type >pom</type >
156
156
<scope >import</scope >
157
157
</dependency >
You can’t perform that action at this time.
0 commit comments