From 452eec7e83b1094dd553784f9d20ba5eb34f3afc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 25 Mar 2022 22:02:48 +0100 Subject: [PATCH] Update filters-helpers, play, ... to 2.8.14 --- examples/simple-app/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-app/project/plugins.sbt b/examples/simple-app/project/plugins.sbt index 5a3341b..d7713b7 100644 --- a/examples/simple-app/project/plugins.sbt +++ b/examples/simple-app/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.8") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.14")