Skip to content

Commit

Permalink
Update sbt-ghpages to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Mar 25, 2024
1 parent 432571a commit 78858a9
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 @@ -36,7 +36,7 @@ lazy val documentation = project

lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2"),
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0"),
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0"),
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0"),
libraryDependencies ++= Seq(
"com.47deg" %% "github4s" % "0.33.3",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.13")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.13")
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0")
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0")

0 comments on commit 78858a9

Please sign in to comment.