summaryrefslogtreecommitdiff
path: root/example/websockets/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'example/websockets/build.sc')
-rw-r--r--example/websockets/build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/websockets/build.sc b/example/websockets/build.sc
index bc8cf26..9030281 100644
--- a/example/websockets/build.sc
+++ b/example/websockets/build.sc
@@ -13,7 +13,7 @@ trait AppModule extends ScalaModule{
def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.6.3",
ivy"com.lihaoyi::requests::0.1.2",
- ivy"com.github.andyglow::websocket-scala-client:0.2.4"
+ ivy"org.asynchttpclient:async-http-client:2.5.2"
)
}
} \ No newline at end of file