Skip to content

ZIO updates#13

Merged
ZetaLI-GH-Actions-Bot merged 2 commits into
masterfrom
update/ZIO
Apr 7, 2026
Merged

ZIO updates#13
ZetaLI-GH-Actions-Bot merged 2 commits into
masterfrom
update/ZIO

Conversation

@ZetaLI-GH-Actions-Bot
Copy link
Copy Markdown

About this PR

Updates:

Usage

Please merge!

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

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "dev.zio", artifactId = "zio" },
  { groupId = "dev.zio", artifactId = "zio-aws-cloudwatch" },
  { groupId = "dev.zio", artifactId = "zio-aws-core" },
  { groupId = "dev.zio", artifactId = "zio-aws-dynamodb" },
  { groupId = "dev.zio", artifactId = "zio-aws-kinesis" },
  { groupId = "dev.zio", artifactId = "zio-aws-netty" },
  { groupId = "dev.zio", artifactId = "zio-streams" },
  { groupId = "dev.zio", artifactId = "zio-test" },
  { groupId = "dev.zio", artifactId = "zio-test-sbt" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-aws-cloudwatch" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-aws-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-aws-dynamodb" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-aws-kinesis" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-aws-netty" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-streams" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-test" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-test-sbt" }
  }
]
labels: library-update, test-library-update, early-semver-patch, semver-spec-patch, version-scheme:pvp, commit-count:n:2

@ZetaLI-GH-Actions-Bot ZetaLI-GH-Actions-Bot requested review from a team as code owners April 7, 2026 02:43
@ZetaLI-GH-Actions-Bot ZetaLI-GH-Actions-Bot merged commit 3d5d508 into master Apr 7, 2026
4 of 5 checks passed
@ZetaLI-GH-Actions-Bot ZetaLI-GH-Actions-Bot deleted the update/ZIO branch April 7, 2026 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants