From 2e50941f25139c5ea42058bca3fa75757230efb3 Mon Sep 17 00:00:00 2001 From: Lucas Kjaero-Zhang Date: Fri, 1 Apr 2022 01:07:14 +0000 Subject: [PATCH] Update filters-helpers, play-ahc-ws, ... to 2.8.15 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5bcc4c7f..9c84af67 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.15" exclude ("org.webjars", "npm") ) libraryDependencies += "org.webjars" % "npm" % "5.0.0-2"