From 84d9ddf4766a1ddf9b9cdd0e30b89331fc1044e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 07:09:09 +0000 Subject: [PATCH] chore(deps): update dependency com.typesafe.play:sbt-plugin to v2.9.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5b0e038f..d7fd9129 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ */ // Play Framework -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.1") // Ebean plugin for play framework addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % "6.2.0")