diff --git a/play-java-grpc-example/project/paradox.sbt b/play-java-grpc-example/project/paradox.sbt index b17e600cc..c29013367 100644 --- a/play-java-grpc-example/project/paradox.sbt +++ b/play-java-grpc-example/project/paradox.sbt @@ -1 +1 @@ -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.8.0") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.2") diff --git a/play-scala-grpc-example/project/paradox.sbt b/play-scala-grpc-example/project/paradox.sbt index 035635fb0..c29013367 100644 --- a/play-scala-grpc-example/project/paradox.sbt +++ b/play-scala-grpc-example/project/paradox.sbt @@ -1 +1 @@ -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.8.0") \ No newline at end of file +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.2") diff --git a/play-scala-rest-api-example/project/plugins.sbt b/play-scala-rest-api-example/project/plugins.sbt index a47593844..2f122317a 100644 --- a/play-scala-rest-api-example/project/plugins.sbt +++ b/play-scala-rest-api-example/project/plugins.sbt @@ -6,7 +6,7 @@ lazy val plugins = (project in file(".")).settings( addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-M2") // sbt-paradox, used for documentation -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.8.0") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.2") // Load testing tool: // http://gatling.io/docs/2.2.2/extensions/sbt_plugin.html