Skip to content

Commit

Permalink
Upgrade sbt-ghpages, sbt-site-sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jan 30, 2024
1 parent 525dee4 commit 912b756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ libraryDependencies ++= {
}

// configure github page
enablePlugins(SphinxPlugin, SiteScaladocPlugin, GhpagesPlugin, SbtPlugin)
enablePlugins(/* TODO SphinxPlugin, */ SiteScaladocPlugin, GhpagesPlugin, SbtPlugin)

git.remoteRepo := "[email protected]:sbt/sbt-native-packager.git"

Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.5.0") // TODO: sbt-site-sphinx, see https://github.com/sbt/sbt-site/issues/186

// releasing
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
Expand Down

0 comments on commit 912b756

Please sign in to comment.