From cc525262d43a2d82bc9530ddc6c5e1b86985551d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 04:04:33 +0000 Subject: [PATCH] Update paradox-material-theme, ... to 0.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 83ce9c6..5b4c276 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.5") -addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0") +addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")