Skip to content

Commit 912b756

Browse files
committed
Upgrade sbt-ghpages, sbt-site-sphinx
1 parent 525dee4 commit 912b756

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ libraryDependencies ++= {
5151
}
5252

5353
// configure github page
54-
enablePlugins(SphinxPlugin, SiteScaladocPlugin, GhpagesPlugin, SbtPlugin)
54+
enablePlugins(/* TODO SphinxPlugin, */ SiteScaladocPlugin, GhpagesPlugin, SbtPlugin)
5555

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

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
2-
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
1+
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
2+
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.5.0") // TODO: sbt-site-sphinx, see https://github.com/sbt/sbt-site/issues/186
33

44
// releasing
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 commit comments

Comments
 (0)