From b135dad317958d1061ee40abdbfda965057f9ad3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Jun 2024 15:48:52 +0000 Subject: [PATCH] Update zio-sbt-ecosystem to 0.4.0-alpha.28 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index eba4770..163c181 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.27") +addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.28") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")