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 @@ -32,13 +32,13 @@ If you are using Maven, add this to your pom.xml file:
32
32
If you are using Gradle without BOM, add this to your dependencies:
33
33
34
34
``` Groovy
35
- implementation 'com.google.cloud:google-cloud-pubsublite:1.8 .0'
35
+ implementation 'com.google.cloud:google-cloud-pubsublite:1.9 .0'
36
36
```
37
37
38
38
If you are using SBT, add this to your dependencies:
39
39
40
40
``` Scala
41
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 1.8 .0"
41
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 1.9 .0"
42
42
```
43
43
44
44
## Authentication
Original file line number Diff line number Diff line change 109
109
<path >
110
110
<groupId >com.google.auto.value</groupId >
111
111
<artifactId >auto-value</artifactId >
112
- <version >1.10</version >
112
+ <version >1.10.1 </version >
113
113
</path >
114
114
<path >
115
115
<groupId >com.google.auto.service</groupId >
You can’t perform that action at this time.
0 commit comments