Skip to content

Commit

Permalink
Fix multiselect.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Karasiq committed Jul 21, 2020
1 parent 1245f6b commit 6ab5321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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
)
},
Expand Down

0 comments on commit 6ab5321

Please sign in to comment.