From 20cb1a873e0eda291ff612fa435f0ef53c62ba0f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 02:27:28 +0100 Subject: [PATCH] Update zio-sbt-ecosystem to 0.4.0-alpha.23 (#1402) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 00eb11df..66e2bad9 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.9.16") -addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.22") +addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.23") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")