From 52ab18ded8cf1d8bcc9f4838c40d2bcded43a7d1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 May 2024 03:46:04 +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 828fafac4..f6cff6372 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.3") addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")