From 37f191c54251d0ca610f6d1ffc7ffe023aef3df6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 14:13:41 +0000 Subject: [PATCH] Update sbt-plugin to 2.9.3 --- 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..cd1cfe7 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.3")