From 611a0ed654c0677398e7d96eb3b087e11cba941e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:24:16 +0100 Subject: [PATCH] Update sbt-paradox-material-theme to 0.7.0 (#916) * Update sbt-paradox-material-theme to 0.7.0 * Update site copyright year --------- Co-authored-by: Michel Davit --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index fd89641a..e8cb216d 100644 --- a/build.sbt +++ b/build.sbt @@ -735,7 +735,7 @@ lazy val site = project .withFavicon("images/favicon.ico") .withColor("white", "indigo") .withLogo("images/logo.png") - .withCopyright("Copyright (C) 2024 Spotify AB") + .withCopyright(s"Copyright (C) $currentYear Spotify AB") .withRepository(uri("https://github.com/spotify/magnolify")) .withSocial(uri("https://github.com/spotify"), uri("https://twitter.com/spotifyeng")), // sbt-site diff --git a/project/plugins.sbt b/project/plugins.sbt index 144de6cb..43d54cda 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") -addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0") +addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.6")