From 125b9206802e2c7fb82e6bcd27570614021fc37c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:14:51 +0100 Subject: [PATCH] Update zio-sbt-website to 0.4.0-alpha.31 (#1315) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8e5bf891d..2b7c51655 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,6 +10,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0") -addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.30") +addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.31") libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.9"