File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ If you are using Maven, add this to your pom.xml file
1616<dependency >
1717 <groupId >com.google.cloud</groupId >
1818 <artifactId >google-cloud-pubsublite</artifactId >
19- <version >0.0.0 </version >
19+ <version >0.1.2 </version >
2020</dependency >
2121```
2222If you are using Gradle, add this to your dependencies
2323``` Groovy
24- compile 'com.google.cloud:google-cloud-pubsublite:0.0.0 '
24+ compile 'com.google.cloud:google-cloud-pubsublite:0.1.2 '
2525```
2626If you are using SBT, add this to your dependencies
2727``` Scala
28- libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 0.0.0 "
28+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 0.1.2 "
2929```
3030[ // ] : # ( {x-version-update-end} )
3131
You can’t perform that action at this time.
0 commit comments