summaryrefslogtreecommitdiff
path: root/scratch
diff options
context:
space:
mode:
Diffstat (limited to 'scratch')
-rw-r--r--scratch/build.sc6
1 files changed, 5 insertions, 1 deletions
diff --git a/scratch/build.sc b/scratch/build.sc
index d9271f2d..d2b4ec54 100644
--- a/scratch/build.sc
+++ b/scratch/build.sc
@@ -2,6 +2,10 @@ import mill.Agg
import mill.scalalib._
object core extends ScalaModule{
- def scalaVersion = "2.13.0-RC2"
+ def scalaVersion = "2.12.8"
+ def ivyDeps = Agg(
+ ivy"org.eclipse.jetty:jetty-websocket:8.1.16.v20140903",
+ ivy"org.eclipse.jetty:jetty-server:8.1.16.v20140903"
+ )
}