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 @@ -58,7 +58,7 @@ The pusher-java-client is available in Maven Central.
5858 <dependency >
5959 <groupId >com.pusher</groupId >
6060 <artifactId >pusher-java-client</artifactId >
61- <version >1.8 .0</version >
61+ <version >2.0 .0</version >
6262 </dependency >
6363</dependencies >
6464```
@@ -67,7 +67,7 @@ The pusher-java-client is available in Maven Central.
6767
6868``` groovy
6969dependencies {
70- compile 'com.pusher:pusher-java-client:1.8 .0'
70+ compile 'com.pusher:pusher-java-client:2.0 .0'
7171}
7272```
7373
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages'
2121apply plugin : ' signing'
2222
2323group = " com.pusher"
24- version = " 1.8.2-SNAPSHOT "
24+ version = " 2.0.0 "
2525sourceCompatibility = " 1.8"
2626targetCompatibility = " 1.8"
2727
You can’t perform that action at this time.
0 commit comments