From 342bcf7913eb030ff90c0140cbd1bd37b5d00bc1 Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Wed, 9 Oct 2019 14:52:37 +0200 Subject: [PATCH] Akka Paradox theme 0.25 (with transitive Paradox, apidoc, project-info) --- project/plugins.sbt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f290e21a34..2ee02c7660 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,10 +15,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1") 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.3") -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "1.1.3") -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.6.5") +addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.25") addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.17") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0") // for maintenance of copyright file header addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0")