From a81b91a6289da22ef75abdae984be4991cd8be98 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 May 2026 17:10:13 +0000 Subject: [PATCH 1/2] [8.x] play-docs 3.0.11 (was 3.0.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 a55782d..1716855 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("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.10")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.11")) addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0") From b1d448c58f730aa353bd2b408b2ea502eadce318 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 May 2026 17:10:19 +0000 Subject: [PATCH 2/2] [8.x] play-docs-sbt-plugin 3.0.11 (was 3.0.10) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 49fa7af..f8f22b1 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { } object Versions { - val play: String = "3.0.10" + val play: String = "3.0.11" val ebean = "17.6.0" val typesafeConfig = "1.4.8" }