From d3ae3ad052dd15da6262e9f249cf0313bada86ea Mon Sep 17 00:00:00 2001 From: Lucas Kjaero-Zhang Date: Sat, 26 Mar 2022 00:56:07 +0000 Subject: [PATCH] Update filters-helpers, play-ahc-ws, ... to 2.8.14 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5bcc4c7f..f762164e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,6 +10,6 @@ addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3") // Api // Workaround for missing npm sources addSbtPlugin( - "com.typesafe.play" % "sbt-plugin" % "2.8.13" exclude ("org.webjars", "npm") + "com.typesafe.play" % "sbt-plugin" % "2.8.14" exclude ("org.webjars", "npm") ) libraryDependencies += "org.webjars" % "npm" % "5.0.0-2"