Skip to content

Update zio, zio-test, zio-test-sbt to 2.1.21 - #184

Merged
guizmaii merged 5 commits into
series/2.xfrom
update/zio-2.1.21
Sep 23, 2025
Merged

Update zio, zio-test, zio-test-sbt to 2.1.21#184
guizmaii merged 5 commits into
series/2.xfrom
update/zio-2.1.21

Conversation

@zio-scala-steward

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates

from 2.1.14 to 2.1.21

📜 GitHub Release Notes - Version Diff

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 file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

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" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

github-actions[bot]
github-actions Bot previously approved these changes Sep 12, 2025
ZIO 2.1.21 dependencies contain Java 25 bytecode (major version 69) that
is incompatible with the current Scala compiler. The project targets
Java 11/17/21 as per CI configuration. This update should be attempted
when using a compatible Java version.
- Replace deprecated zio.Runtime[Any] inheritance with Runtime.default
- Update benchmark classes to use runtime.unsafe.run() with proper Exit handling
- Fixes deprecation warnings introduced in ZIO 2.1.18
The javacOptions setting was added for debugging Java compatibility
issues but is no longer needed.
Apply scalafmt formatting to satisfy lint CI task.
@guizmaii
guizmaii merged commit 6540af0 into series/2.x Sep 23, 2025
27 checks passed
@guizmaii
guizmaii deleted the update/zio-2.1.21 branch September 23, 2025 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant