From 091c68529a6817e1948267773e83139d77e5ab0b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Dec 2025 00:28:27 +0000 Subject: [PATCH 1/2] [8.x] play-docs 3.0.10 (was 3.0.9) --- 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 3c2a56b3..817fdef1 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.9")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.10")) addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") From 42d07c655ad62545b0ec3e302282738a4f0c96cb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Dec 2025 00:28:35 +0000 Subject: [PATCH 2/2] [8.x] play-docs-sbt-plugin 3.0.10 (was 3.0.9) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7dd3813d..f24ca354 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { } object Versions { - val play: String = "3.0.9" + val play: String = "3.0.10" val ebean = "17.2.0" val typesafeConfig = "1.4.5" }