From 498d86111b54da5d2647894b2a4421b894f3cc3b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Mar 2024 15:06:38 +0000 Subject: [PATCH] Update zio-sbt-website to 0.4.0-alpha.24 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3391b3fef2..9bf8594ca2 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.4.0-alpha.22") +addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.24") 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")