From 3f74b1589c0248a9b200021f94ec0caa227f2db4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 Jan 2025 02:34:34 +0000 Subject: [PATCH] Update play-akka-http-server, ... to 3.0.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5961963..0406b5a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.6") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.6") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")