Skip to content

Commit

Permalink
Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.30 (#1430)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates 
* [dev.zio:zio-sbt-ci](https://github.com/zio/zio-sbt)
* [dev.zio:zio-sbt-ecosystem](https://github.com/zio/zio-sbt)
* [dev.zio:zio-sbt-website](https://github.com/zio/zio-sbt)

 from `0.4.0-alpha.29` to `0.4.0-alpha.30`

📜 [GitHub Release
Notes](https://github.com/zio/zio-sbt/releases/tag/v0.4.0-alpha.30) -
[Version
Diff](zio/zio-sbt@v0.4.0-alpha.29...v0.4.0-alpha.30)

## Usage
✅ **Please merge!**

I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/8929fadb6f535472bd63397b1cb55a835fa1b5cb/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>⚙ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "dev.zio" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "dev.zio" }
}]
```
</details>

<sup>
labels: sbt-plugin-update, early-semver-pre-release,
semver-spec-pre-release, commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForGroupId" : {
      "forArtifactIds" : [
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-sbt-ci",
                  "maybeCrossName" : null
                },
                "version" : "0.4.0-alpha.29",
                "sbtVersion" : "1.0",
                "scalaVersion" : "2.12",
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "0.4.0-alpha.30"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        },
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-sbt-ecosystem",
                  "maybeCrossName" : null
                },
                "version" : "0.4.0-alpha.29",
                "sbtVersion" : "1.0",
                "scalaVersion" : "2.12",
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "0.4.0-alpha.30"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        },
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-sbt-website",
                  "maybeCrossName" : null
                },
                "version" : "0.4.0-alpha.29",
                "sbtVersion" : "1.0",
                "scalaVersion" : "2.12",
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "0.4.0-alpha.30"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        }
      ]
    }
  },
  "Labels" : [
    "sbt-plugin-update",
    "early-semver-pre-release",
    "semver-spec-pre-release",
    "commit-count:1"
  ]
} -->

---------

Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: Jules Ivanic <jules.ivanic@gmail.com>
  • Loading branch information
zio-scala-steward[bot] and guizmaii authored Jan 11, 2025
1 parent dc5abd6 commit 3155a0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
distribution: corretto
java-version: '17'
check-latest: true
- name: Setup sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
Expand All @@ -64,12 +64,12 @@ jobs:
distribution: corretto
java-version: '17'
check-latest: true
- name: Setup sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
# - name: Check if the site workflow is up to date
# run: sbt ciCheckGithubWorkflow
- name: Check if the site workflow is up to date
run: sbt ciCheckGithubWorkflow
- name: Lint
run: sbt lint
test:
Expand All @@ -92,7 +92,7 @@ jobs:
distribution: corretto
java-version: ${{ matrix.java }}
check-latest: true
- name: Setup sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
distribution: corretto
java-version: '17'
check-latest: true
- name: Setup sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
Expand All @@ -140,7 +140,7 @@ jobs:
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
body: |-
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
distribution: corretto
java-version: '17'
check-latest: true
- name: Setup sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
distribution: corretto
java-version: '17'
check-latest: true
- name: Setup sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val zioSbtVersion = "0.4.0-alpha.29"
val zioSbtVersion = "0.4.0-alpha.30"

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

0 comments on commit 3155a0a

Please sign in to comment.