From 7b99e8f769b91fec236eb76620dd739f7d037e99 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Oct 2023 00:27:20 +0000 Subject: [PATCH] Update sbt-plugin to 2.9.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 828fafac4..3f6dcec92 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.0") addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")