From beee05ba2eb58db0e2da91dde8613c816a73f0d2 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: Thu, 19 Feb 2026 19:28:52 +0000 Subject: [PATCH] Update play to 3.0.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1990977c..693b97bea 100644 --- a/build.sbt +++ b/build.sbt @@ -107,7 +107,7 @@ val commonLib = (project in file(s"$appsFolder/common-lib")) libraryDependencies ++= Seq( ws, // @todo – we're repeating ourselves. Can we derive this from the plugin? - "com.typesafe.play" %% "play" % "2.9.10" + "org.playframework" %% "play" % "3.0.10" ) )