From 10d72b04de1afaf426b8a3643a6fbb72b7878029 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 21:24:53 +0000 Subject: [PATCH] Update zio-sbt-ecosystem to 0.4.0-alpha.26 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5ffed170..9126fc07 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") -addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.25") +addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.26") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")