From 6dcec07cae9f6ab66cef02d5676d9ab5eb501e5f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Oct 2023 09:25:08 +0000 Subject: [PATCH] Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.21 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8332ed28..6c7b6c3e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val zioSbtVersion = "0.4.0-alpha.19" +val zioSbtVersion = "0.4.0-alpha.21" addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")