From ba9beeb76643a0ae6281d57ceba70eb57c175ddc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 06:06:20 +0000 Subject: [PATCH] Update sbt-plugin to 2.9.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 828fafac4..dea92210f 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.1") addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")