From d0f36a35092ff6d90187510b55c6f667bca16a7e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Nov 2021 20:04:02 +0100 Subject: [PATCH] Update filters-helpers, play, ... to 2.8.10 --- 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..a1f2f8c 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.10")