From 129491dbb986d4f19f259ad2157a005860b922d6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 29 Dec 2024 18:45:41 +0100 Subject: [PATCH] Update zio-sbt-ecosystem to 0.4.0-alpha.29 (#391) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0eb453e..3f16188 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") -addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.28") +addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.29") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")