From 911c3016986c34c91f337b3533688b9abe77894c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Oct 2023 23:30:59 +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 8a1bd24..d367f26 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")