From 6128e448df30eb6ce18003538026c67c507793ee Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 Nov 2024 18:04:34 +0000 Subject: [PATCH 1/2] play-docs 3.0.6 (was 3.0.5) --- 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 a13546a..6fe59f3 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.5")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.6")) addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") From a7938a375b74230fabb919c780d7981ccee4af09 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 Nov 2024 18:04:41 +0000 Subject: [PATCH 2/2] play-docs-sbt-plugin 3.0.6 (was 3.0.5) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index de2c85b..3c37dab 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { } object Versions { - val play: String = "3.0.5" + val play: String = "3.0.6" val ebean = "15.8.0" val typesafeConfig = "1.4.3" }