File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919<dependency >
2020 <groupId >com.google.cloud</groupId >
2121 <artifactId >pubsublite-spark-sql-streaming</artifactId >
22- <version >0.4.5 </version >
22+ <version >1.0.0 </version >
2323</dependency >
2424```
2525
2626If you are using Gradle without BOM, add this to your dependencies:
2727
2828``` Groovy
29- implementation 'com.google.cloud:pubsublite-spark-sql-streaming:0.4.5 '
29+ implementation 'com.google.cloud:pubsublite-spark-sql-streaming:1.0.0 '
3030```
3131
3232If you are using SBT, add this to your dependencies:
3333
3434``` Scala
35- libraryDependencies += " com.google.cloud" % " pubsublite-spark-sql-streaming" % " 0.4.5 "
35+ libraryDependencies += " com.google.cloud" % " pubsublite-spark-sql-streaming" % " 1.0.0 "
3636```
3737
3838## Authentication
Original file line number Diff line number Diff line change 4949 <dependency >
5050 <groupId >com.google.cloud</groupId >
5151 <artifactId >google-cloud-dataproc</artifactId >
52- <version >4.5 .0</version >
52+ <version >4.6 .0</version >
5353 </dependency >
5454 <dependency >
5555 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 4949 <dependency >
5050 <groupId >com.google.cloud</groupId >
5151 <artifactId >google-cloud-dataproc</artifactId >
52- <version >4.5 .0</version >
52+ <version >4.6 .0</version >
5353 </dependency >
5454 <dependency >
5555 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments