From fa124aafcc0e4a4bc59da5025f3e492dda738bc7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 16:29:36 +0000 Subject: [PATCH 1/2] [7.x] play-docs 2.9.3 (was 2.9.2) --- 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 c705cfe..e44f09b 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.2")) +addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.3")) addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") From 38070b2c8f0d8133e81c8df1aa962dfdb7f9151f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 16:29:41 +0000 Subject: [PATCH 2/2] [7.x] play-docs-sbt-plugin 2.9.3 (was 2.9.2) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b38f9d2..cf85cd0 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { } object Versions { - val play: String = "2.9.2" + val play: String = "2.9.3" val ebean = "15.1.0" val typesafeConfig = "1.4.3" }