From ecacf9b191d024b558be0bb1be1f14c812f97bb7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jul 2024 00:11:24 +0000 Subject: [PATCH] Update sbt-plugin to 2.9.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 828fafac4..b68de8fc5 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.5") addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")