Skip to content

Commit

Permalink
Update sbt-site, sbt-site-paradox to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Apr 29, 2024
1 parent f69e5f8 commit a0faacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Expand Up @@ -6,8 +6,8 @@ ThisBuild / libraryDependencySchemes ++= Seq(
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0")
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.6.0")
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0")
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0")
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
Expand Down

0 comments on commit a0faacc

Please sign in to comment.