Skip to content

ZIO updates#24

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

ZIO updates#24
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-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" }
]

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

dependencyOverrides = [
  {
    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" }
  }
]
labels: library-update, version-scheme:pvp, commit-count:1

@mmalikov-zglobal mmalikov-zglobal requested a review from a team as a code owner May 20, 2026 10:53
@mmalikov-zglobal mmalikov-zglobal requested review from Sapr0, devGenie, jtatarik, l13t, marcelfranca, rlukin and supersol and removed request for a team May 20, 2026 10:53
@ZetaLI-GH-Actions-Bot ZetaLI-GH-Actions-Bot merged commit 2d6964f into master May 20, 2026
4 of 5 checks passed
@ZetaLI-GH-Actions-Bot ZetaLI-GH-Actions-Bot deleted the update/ZIO branch May 20, 2026 11:09
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.

3 participants