From f4d589c34791d53174047b1f7d76044f92fec392 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Oct 2023 22:44:20 +0000 Subject: [PATCH] Update play-akka-http-server, ... to 3.0.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4fd3fae..427323f 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("org.playframework" % "sbt-plugin" % "3.0.0") // Play enhancer - this automatically generates getters/setters for public fields // and rewrites accessors of these fields to use the getters/setters. Remove this