From c817f8010f347c0743d3cac0dce98758efb6c055 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 14:58:19 +0000 Subject: [PATCH] Update sbt-plugin to 2.9.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f975a55..79b2fa6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.3") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")