From 876fc8d7a317d0ea3a28d388fab0f0f0790f113d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Jan 2025 15:28:37 +0000 Subject: [PATCH] Update zio-sbt-ecosystem to 0.4.0-alpha.30 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 58730a06..2051e94f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") -addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.29") +addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.30") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")