Update both server and client for websocket support

This commit is contained in:
2024-10-24 12:33:58 +11:00
parent ebe5e6b922
commit 5b813c2335
3 changed files with 206 additions and 76 deletions

View File

@@ -24,7 +24,7 @@ tasks.withType<Jar> {
dependencies {
testImplementation(kotlin("test"))
implementation("com.github.kittinunf.fuel:fuel:3.0.0-alpha03")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
}
tasks.test {