Skip to content

Commit

Permalink
Update sbt-paradox-material-theme to 0.7.0 (#916)
Browse files Browse the repository at this point in the history
* Update sbt-paradox-material-theme to 0.7.0

* Update site copyright year

---------

Co-authored-by: Michel Davit <[email protected]>
  • Loading branch information
scala-steward and RustedBones authored Feb 20, 2024
1 parent b49795b commit 611a0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 611a0ed

Please sign in to comment.