Skip to content

Commit 58736b6

Browse files
authored
Merge pull request TooTallNate#1188 from artrayme/readme_update
2 parents 1eb2f13 + 9843afa commit 58736b6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To use maven add this dependency to your pom.xml:
3131
<dependency>
3232
<groupId>org.java-websocket</groupId>
3333
<artifactId>Java-WebSocket</artifactId>
34-
<version>1.5.1</version>
34+
<version>1.5.2</version>
3535
</dependency>
3636
```
3737

@@ -42,7 +42,11 @@ mavenCentral()
4242
```
4343
Then you can just add the latest version to your build.
4444
```xml
45-
compile "org.java-websocket:Java-WebSocket:1.5.1"
45+
compile "org.java-websocket:Java-WebSocket:1.5.2"
46+
```
47+
Or this option if you use gradle 7.0 and above.
48+
```xml
49+
implementation 'org.java-websocket:Java-WebSocket:1.5.2'
4650
```
4751

4852
#### Logging

0 commit comments

Comments
 (0)