From 9e58e95add96a075d2cb70aa477441261f481ebd Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 14 Sep 2019 22:37:49 +0800 Subject: First pass at providing a convenient API for handling websockets --- build.sc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.sc') diff --git a/build.sc b/build.sc index f6050e3..69fae11 100644 --- a/build.sc +++ b/build.sc @@ -21,6 +21,7 @@ import $file.example.todoApi.build import $file.example.twirl.build import $file.example.variableRoutes.build import $file.example.websockets.build +import $file.example.websockets2.build object cask extends ScalaModule with PublishModule { def scalaVersion = "2.13.0" @@ -82,6 +83,7 @@ object example extends Module{ object twirl extends $file.example.twirl.build.AppModule with LocalModule object variableRoutes extends $file.example.variableRoutes.build.AppModule with LocalModule object websockets extends $file.example.websockets.build.AppModule with LocalModule + object websockets2 extends $file.example.websockets2.build.AppModule with LocalModule } def publishVersion = T.input($file.ci.version.publishVersion) @@ -124,6 +126,7 @@ def uploadToGithub(authKey: String) = T.command{ $file.example.twirl.build.millSourcePath, $file.example.variableRoutes.build.millSourcePath, $file.example.websockets.build.millSourcePath, + $file.example.websockets2.build.millSourcePath, ) for(example <- examples){ val f = T.ctx().dest -- cgit v1.2.3