From 3a49431f138e164e50e6783f9beebe8be5d8a9e2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 09:26:56 +0000 Subject: [PATCH] Update sbt-plugin to 2.9.5 --- examples/simple-app/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-app/project/plugins.sbt b/examples/simple-app/project/plugins.sbt index 5a3341b..f2fb13b 100644 --- a/examples/simple-app/project/plugins.sbt +++ b/examples/simple-app/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.8") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.5")