Skip to content

Commit

Permalink
remove zio-sbt-ecosystem from zio-sbt-ci dependencies. (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi committed Sep 18, 2023
1 parent 8123598 commit 5cf6efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ lazy val `zio-sbt-ci` =
scriptedBufferLog := false
)
.enablePlugins(SbtPlugin)
.dependsOn(`zio-sbt-githubactions`, `zio-sbt-ecosystem`)
.dependsOn(`zio-sbt-githubactions`)

lazy val `zio-sbt-githubactions` =
project
Expand Down

0 comments on commit 5cf6efc

Please sign in to comment.