From c59436f1734054acb34ee7ea95ac2122fc326ae4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Jan 2023 00:17:37 +0000 Subject: [PATCH] Update zio-sbt-website to 0.3.10 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index dd85e234..42539fa0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.14") -addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.9") +addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10")