Skip to content

Commit

Permalink
Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.22 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed May 7, 2024
1 parent 506cb56 commit 5053048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,9 @@ env:
push:
branches:
- main
pull_request: {}
pull_request:
branches-ignore:
- gh-pages
jobs:
build:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,4 +1,4 @@
val zioSbtVersion = "0.4.0-alpha.21"
val zioSbtVersion = "0.4.0-alpha.22"

addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % zioSbtVersion)
addSbtPlugin("dev.zio" % "zio-sbt-ci" % zioSbtVersion)
Expand Down

0 comments on commit 5053048

Please sign in to comment.