From 8a35a859bcc6da094ff2e1664b2580bdc66ecdfb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 00:10:41 +0000 Subject: [PATCH] Update sbt-plugin to 2.9.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 828fafac4..90ec83693 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.18") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.4") addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")