From 1279808d211e00ffdea494e86ae357da8966cf9d Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sun, 28 Jan 2024 17:17:02 +0100 Subject: [PATCH] Upgrade dependencies to move away from repo.scala-sbt.org --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0aa7bf0f8..4813dbfc1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -28,8 +28,8 @@ addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.0").excludeAll( "com.lightbend.paradox", "sbt-paradox", "com.lightbend.paradox" % "sbt-paradox-apidoc", "com.lightbend.paradox" % "sbt-paradox-project-info")) -addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").force()) -addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % "0.10.1").force()) +addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.10.6").force()) +addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.0.0").force()) addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-project-info" % "2.0.0").force()) addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")