From 7bc58febb926d01fbcbceada3931a20de388fc98 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Jun 2024 18:31:19 +0000 Subject: [PATCH] Update play-akka-http-server, ... to 3.0.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bb9ec22..b68d56f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.4") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")