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") 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" }