From 158d117d7e92a4705fdd783952032bdc14bf92e8 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Thu, 13 Jun 2019 23:02:44 +0200 Subject: more fixes for scalajs env --- scratch/build.sc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scratch') 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" + ) } -- cgit v1.2.3