From 78524552697553b05b2923162cce82319ca21bd5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 03:41:15 +0000 Subject: [PATCH] Update play-akka-http-server, ... to 2.9.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4fd3fae..f2c5237 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.1") // Play enhancer - this automatically generates getters/setters for public fields // and rewrites accessors of these fields to use the getters/setters. Remove this