Skip to content

Commit

Permalink
Fix version update
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Mar 4, 2023
1 parent 0692ef3 commit a741833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ lazy val docSettings = Seq(
"gray-lighter" -> "#F4F3F4",
"white-color" -> "#FFFFFF"
),
micrositePushSiteWith := GHPagesPlugin,
autoAPIMappings := true,
docsMappingsAPIDir := "api",
addMappingsToSiteDir(ScalaUnidoc / packageDoc / mappings, docsMappingsAPIDir),
Expand All @@ -345,14 +346,13 @@ lazy val docSettings = Seq(
(LocalRootProject / baseDirectory).value.getAbsolutePath,
"-diagrams"
),
git.remoteRepo := "git@github.com:twitter/algebird.git",
makeSite / includeFilter := "*.html" | "*.css" | "*.png" | "*.jpg" | "*.gif" | "*.js" | "*.swf" | "*.yml" | "*.md"
)

// Documentation is generated for projects defined in
// `docsSourcesAndProjects`.
lazy val docs = project
.enablePlugins(MicrositesPlugin, MdocPlugin, ScalaUnidocPlugin, GhpagesPlugin)
.enablePlugins(MicrositesPlugin, MdocPlugin, ScalaUnidocPlugin)
.settings(moduleName := "algebird-docs")
.settings(sharedSettings)
.settings(noPublishSettings)
Expand Down
3 changes: 1 addition & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.2")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.5")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")

dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.1.0"

0 comments on commit a741833

Please sign in to comment.