From e276df416dea40fc5f44a1c1e9667ab98d26b72c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 13 Nov 2020 01:02:49 +0100 Subject: [PATCH] Update filters-helpers, ... to 2.6.25 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5529628b..a323a75a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ logLevel := Level.Warn addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.6.0") -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.13") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.25") // Code quality