From 881d90b82d35bda5a490b7f6860ba838df68f229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Kleinekath=C3=B6fer?= Date: Thu, 19 Jul 2018 22:05:32 +0200 Subject: [PATCH] Replace brower webjars with the npm ones (#578) --- app/views/bootstrap/layout.scala.html | 4 ++-- build.sbt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/bootstrap/layout.scala.html b/app/views/bootstrap/layout.scala.html index db28bcd4c..6a88de0b9 100755 --- a/app/views/bootstrap/layout.scala.html +++ b/app/views/bootstrap/layout.scala.html @@ -49,9 +49,9 @@ } @if(scripts) { - + - + diff --git a/build.sbt b/build.sbt index 99fcb675c..b9db5e6e0 100755 --- a/build.sbt +++ b/build.sbt @@ -37,8 +37,8 @@ libraryDependencies ++= Seq( "org.webjars" % "jquery" % "2.2.4", "org.webjars" % "font-awesome" % "4.7.0", - "org.webjars.bower" % "filesize" % "3.5.6", - "org.webjars.bower" % "momentjs" % "2.22.2", + "org.webjars.npm" % "filesize" % "3.6.1", + "org.webjars.npm" % "moment" % "2.22.2", "org.webjars.bowergithub.zenorocha" % "clipboard.js" % "2.0.1" )