From cd1315173f37c8efc2ef3892bb01a3dd790f9e8f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Mar 2024 16:42:52 +0000 Subject: [PATCH] Update zio-sbt-ecosystem to 0.4.0-alpha.24 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d4d8bad..be6250e 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.23") +addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.24") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")