aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/Build.scala7
-rw-r--r--project/plugins.sbt4
2 files changed, 5 insertions, 6 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 3806b4e..be570b2 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -73,9 +73,8 @@ object ApplicationBuild extends Build {
scalaJSProjects := Seq(dashboard, index),
pipelineStages := Seq(scalaJSProd),
libraryDependencies ++= Seq(
- "org.webjars" % "bootstrap" % "3.3.1",
- "org.webjars" % "font-awesome" % "4.2.0",
- "org.webjars" % "jquery" % "2.1.3"
+ "org.webjars" % "bootstrap" % "3.3.4",
+ "org.webjars" % "font-awesome" % "4.3.0"
)
)
aggregate(
@@ -102,7 +101,7 @@ object ApplicationBuild extends Build {
val scalajsSettings = Seq(
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "0.8.0",
- "com.lihaoyi" %%% "scalatags" % "0.5.0",
+ "com.lihaoyi" %%% "scalatags" % "0.5.2",
"com.lihaoyi" %%% "scalarx" % "0.2.8"
)
)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4a09da5..06a9a7b 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -12,7 +12,7 @@ resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
*/
// play web framework
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.8")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.9")
// add support for scalajs
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.2")
@@ -35,4 +35,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3")
// generate documentation for all projects
-addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.2") \ No newline at end of file
+addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.2")