Skip to content

Commit

Permalink
Update sbt-microsites to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Jan 14, 2021
1 parent 19243f7 commit 0149aed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion project/ProjectPlugin.scala
Expand Up @@ -34,7 +34,6 @@ object ProjectPlugin extends AutoPlugin {
micrositeDocumentationUrl := "docs",
micrositeAuthor := "Github4s contributors",
micrositeGithubToken := Option(System.getenv().get("GITHUB_TOKEN")),
micrositeCompilingDocsTool := WithMdoc,
micrositePushSiteWith := GitHub4s,
micrositeOrganizationHomepage := "https://github.com/47degrees/github4s/blob/master/AUTHORS.md",
micrositePalette := Map(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,5 +1,5 @@
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.2.1")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.14")
Expand Down

0 comments on commit 0149aed

Please sign in to comment.