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 @@ -36,7 +36,7 @@ To use maven add this dependency to your pom.xml:
3636<dependency >
3737 <groupId >org.java-websocket</groupId >
3838 <artifactId >Java-WebSocket</artifactId >
39- <version >1.3.8 </version >
39+ <version >1.3.9 </version >
4040</dependency >
4141```
4242
@@ -47,7 +47,7 @@ mavenCentral()
4747```
4848Then you can just add the latest version to your build.
4949``` xml
50- compile "org.java-websocket:Java-WebSocket:1.3.8 "
50+ compile "org.java-websocket:Java-WebSocket:1.3.9 "
5151```
5252
5353Writing your own WebSocket Server
Original file line number Diff line number Diff line change 33 <groupId >org.java-websocket</groupId >
44 <artifactId >Java-WebSocket</artifactId >
55 <packaging >jar</packaging >
6- <version >1.3.9 -SNAPSHOT</version >
6+ <version >1.3.10 -SNAPSHOT</version >
77 <name >Java-WebSocket</name >
88 <description >A barebones WebSocket client and server implementation written 100% in Java</description >
99 <url >https://github.com/TooTallNate/Java-WebSocket</url >
You can’t perform that action at this time.
0 commit comments