From 15c45564d44c6bacaa9ef0dd1b9958de27ad0140 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jul 2024 11:29:18 +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 da3f88b..7ac1fdb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.21") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.5") // https://github.com/sbt/sbt/issues/7007 ThisBuild / libraryDependencySchemes ++= Seq(