From 95b773bd8503ac0700a12ad464504f57f92d3cba Mon Sep 17 00:00:00 2001 From: Ezhil Shanmugham Date: Fri, 19 Jan 2024 19:04:43 +0530 Subject: [PATCH] chore: update project plugins (#2618) * chore: update project plugins * chore: update project plugins --- .github/workflows/site.yml | 2 -- README.md | 4 ++-- build.sbt | 1 - project/plugins.sbt | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 48132cf72..0d747e74e 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -29,8 +29,6 @@ jobs: check-latest: true - name: Check if the README file is up to date run: sbt docs/checkReadme - - name: Check if the site workflow is up to date - run: sbt docs/checkGithubWorkflow - name: Check artifacts build process run: sbt +publishLocal - name: Check website build process diff --git a/README.md b/README.md index 1727665fb..147f5a5d6 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ Learn more on the [ZIO Http homepage](https://github.com/zio/zio-http)! ## Contributing -For the general guidelines, see ZIO [contributor's guide](https://zio.dev/about/contributing). +For the general guidelines, see ZIO [contributor's guide](https://zio.dev/contributor-guidelines). ## Code of Conduct -See the [Code of Conduct](https://zio.dev/about/code-of-conduct) +See the [Code of Conduct](https://zio.dev/code-of-conduct) ## Support diff --git a/build.sbt b/build.sbt index efc8d9549..8397f08db 100644 --- a/build.sbt +++ b/build.sbt @@ -310,7 +310,6 @@ lazy val docs = project projectName := "ZIO Http", mainModuleName := (zioHttpJVM / moduleName).value, projectStage := ProjectStage.Development, - docsPublishBranch := "main", ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(zioHttpJVM), ciWorkflowName := "Continuous Integration", libraryDependencies ++= Seq( diff --git a/project/plugins.sbt b/project/plugins.sbt index 124d78ef1..3391b3fef 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.22.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10") +addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.22") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.3")