From 56691bcae693a69bde72578e9b84de1f49552579 Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 00:21:41 +0000 Subject: [PATCH] Update play-ahc-ws, play-caffeine-cache, ... from 3.0.7 to 3.0.8 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ff8deaebf..5ab83a8a5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.2.1") libraryDependencies += "ai.kien" %% "python-native-libs" % "0.2.4" // Make sure to keep the play plugin in sync with the sub modules under play-scala group -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.7") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.8") addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.1") addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.2.1")