From e7581e884b13a4619ddd9be4f18e9d701f66c240 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 2 Apr 2023 01:16:24 +0000 Subject: [PATCH] Update filters-helpers, ... to 2.7.9 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 23c693f..8f46441 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.3") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.9") addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.6")