summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-08-18 12:48:13 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-08-18 13:12:32 +0800
commitbd1f299f82ec036d699f2cd04b88be3089d1326d (patch)
tree4ebe6efce00b1ee2d3194a8da561ca9f38f4776d /build.sc
parent907695586cf144a63b59c26f76bad53907a7fb38 (diff)
downloadcask-bd1f299f82ec036d699f2cd04b88be3089d1326d.tar.gz
cask-bd1f299f82ec036d699f2cd04b88be3089d1326d.tar.bz2
cask-bd1f299f82ec036d699f2cd04b88be3089d1326d.zip
Robustify, speed up and scale up the websocket example tests
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index b368baa..b785054 100644
--- a/build.sc
+++ b/build.sc
@@ -25,7 +25,7 @@ object cask extends ScalaModule with PublishModule {
def scalaVersion = "2.12.6"
def ivyDeps = Agg(
ivy"org.scala-lang:scala-reflect:${scalaVersion()}",
- ivy"io.undertow:undertow-core:2.0.11.Final",
+ ivy"io.undertow:undertow-core:2.0.13.Final",
ivy"com.lihaoyi::upickle:0.6.6",
)
def compileIvyDeps = Agg(ivy"com.lihaoyi::acyclic:0.1.7")