summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sc b/build.sc
index 7693099..155c070 100644
--- a/build.sc
+++ b/build.sc
@@ -22,6 +22,7 @@ import $file.example.twirl.build
import $file.example.variableRoutes.build
import $file.example.websockets.build
import $file.example.websockets2.build
+import $file.example.websockets3.build
trait CaskModule extends ScalaModule with PublishModule{
def scalaVersion = "2.13.0"
@@ -115,6 +116,7 @@ object example extends Module{
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
+ object websockets3 extends $file.example.websockets2.build.AppModule with LocalModule
}
def publishVersion = T.input($file.ci.version.publishVersion)
@@ -158,6 +160,7 @@ def uploadToGithub(authKey: String) = T.command{
$file.example.variableRoutes.build.millSourcePath,
$file.example.websockets.build.millSourcePath,
$file.example.websockets2.build.millSourcePath,
+ $file.example.websockets3.build.millSourcePath,
)
for(example <- examples){
val f = T.ctx().dest