File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed
.github/readme/synth.metadata Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "sources": [
3+ {
4+ "git": {
5+ "name": ".",
6+ "remote": "https://github.com/googleapis/java-pubsublite.git",
7+ "sha": "ed9d961aa7b79c18eb877a69203b042b0cebae86"
8+ }
9+ },
10+ {
11+ "git": {
12+ "name": "synthtool",
13+ "remote": "https://github.com/googleapis/synthtool.git",
14+ "sha": "6abb59097be84599a1d6091fe534a49e5c5cf948"
15+ }
16+ }
17+ ]
18+ }
Original file line number Diff line number Diff line change @@ -20,18 +20,16 @@ If you are using Maven, add this to your pom.xml file:
2020<dependency >
2121 <groupId >com.google.cloud</groupId >
2222 <artifactId >google-cloud-pubsublite</artifactId >
23- <version >0.4.0 </version >
23+ <version >0.4.1 </version >
2424</dependency >
2525<dependency >
2626 <groupId >com.google.cloud</groupId >
2727 <artifactId >google-cloud-pubsub</artifactId >
28- <version >1.108.1 </version >
28+ <version >1.108.4 </version >
2929</dependency >
3030
3131```
3232
33- [ // ] : # ( {x-version-update-start:google-cloud-pubsublite:released} )
34-
3533If you are using Gradle, add this to your dependencies
3634``` Groovy
3735compile 'com.google.cloud:google-cloud-pubsublite:0.5.0'
@@ -40,7 +38,6 @@ If you are using SBT, add this to your dependencies
4038``` Scala
4139libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 0.5.0"
4240```
43- [ // ] : # ( {x-version-update-end} )
4441
4542## Authentication
4643
You can’t perform that action at this time.
0 commit comments