From af0d435c159ae6644b6531dee3ec98ae3a70f025 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 31 Jan 2024 15:27:17 +0100 Subject: [PATCH] Upgrade sbt-paradox-material-theme --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3db2063..1b980f1 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ lazy val pekkoPlugin = project "com.lightbend.paradox" % "sbt-paradox" % "0.10.6"), addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.1.0"), addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.1"), - addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0"), + addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0"), Compile / resourceGenerators += Def.task { val file = (Compile / resourceManaged).value / "pekko-paradox.properties" IO.write(file, s"pekko.paradox.version=${version.value}")