From 6ab53213b10bb4fe0c9e13473a25625f3240115d Mon Sep 17 00:00:00 2001 From: Karasiq Date: Tue, 21 Jul 2020 03:07:49 +0300 Subject: [PATCH] Fix multiselect.js --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0c76a304..c6da5acf 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import com.typesafe.sbt.packager.docker.Cmd import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject} - + val commonSettings = Seq( organization := "com.github.karasiq", version := "1.2.0", @@ -356,6 +356,7 @@ lazy val `server-static-routes` = (project in file("server") / "static-routes") WebDeps.dropzoneJS, WebDeps.toastrJS, WebDeps.pellJS, + WebDeps.multiSelectJS, scalaJsApplication(webapp, fastOpt = false, launcher = false).value ) },