From e0a29aa665d8ecc6fa1873e6ca4737682fc02c53 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 May 2026 17:09:52 +0000 Subject: [PATCH 1/2] [7.x] play-docs 2.9.11 (was 2.9.10) --- docs/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/plugins.sbt b/docs/project/plugins.sbt index ce13019..208ff06 100644 --- a/docs/project/plugins.sbt +++ b/docs/project/plugins.sbt @@ -6,7 +6,7 @@ lazy val sbtPlayEbean = ProjectRef(Path.fileProperty("user.dir").getParentFile, resolvers ++= DefaultOptions.resolvers(snapshot = true) -addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.10")) +addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.11")) addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0") From 510caff39e25951ea2a43d526744abc80f6d516e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 May 2026 17:09:57 +0000 Subject: [PATCH 2/2] [7.x] play-docs-sbt-plugin 2.9.11 (was 2.9.10) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a1dcc32..11abce8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { } object Versions { - val play: String = "2.9.10" + val play: String = "2.9.11" val ebean = "17.6.0" val typesafeConfig = "1.4.8" }