From 416a031f8268629cf8fa3c16428889c4c0b6ce13 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:05:18 +0000 Subject: [PATCH] Update play, play-ahc-ws, ... to 3.0.10 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 446ae2392..cd5f03612 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ libraryDependencies ++= Seq( resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/" -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.7") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.10") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")