From 6242586944ca38b4eb7f2ec3851ce7e31299ebde Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 26 Jan 2023 02:11:57 +0100 Subject: [PATCH] Update zio-sbt-website to 0.3.10 (#1062) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 07ebf432d..10089c9a7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,4 +15,4 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") -addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.9") +addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10")