From 72e9964a9b35042608adbbe12e239db809170582 Mon Sep 17 00:00:00 2001 From: Lucas Kjaero-Zhang Date: Fri, 3 Jun 2022 01:02:45 +0000 Subject: [PATCH] Update filters-helpers, play-ahc-ws, ... to 2.8.16 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5bcc4c7f..bb7553a7 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.16" exclude ("org.webjars", "npm") ) libraryDependencies += "org.webjars" % "npm" % "5.0.0-2"