From 89467a19cbf3531f730a53eeaecdf76cacb4727e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 5 Oct 2019 17:25:48 +0200 Subject: [PATCH] Update sbt-paradox-project-info to 1.1.3 (#27885) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c3a7c2b6bd..233afe0b5e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -17,7 +17,7 @@ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.2") addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.24") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "0.2") -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "1.1.2") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "1.1.3") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.6.5") addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.17") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0") // for maintenance of copyright file header