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 @@ -7,7 +7,7 @@ Include the litesockets http client into your project from maven central:
77<dependency>
88 <groupId>org.threadly</groupId>
99 <artifactId>litesockets-http-client</artifactId>
10- <version>0.24 </version>
10+ <version>0.25 </version>
1111</dependency>
1212```
1313
@@ -17,7 +17,7 @@ Include the litesockets http server into your project from maven central:
1717<dependency>
1818 <groupId>org.threadly</groupId>
1919 <artifactId>litesockets-http-server</artifactId>
20- <version>0.24 </version>
20+ <version>0.25 </version>
2121</dependency>
2222```
2323
Original file line number Diff line number Diff line change 11group = org.threadly
2- version = 0.25-SNAPSHOT
2+ version = 0.25
33threadlyVersion = 5.38
44litesocketsVersion = 4.10
55org.gradle.parallel =false
You can’t perform that action at this time.
0 commit comments