Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## About this PR Updates: * 📦 [dev.zio:zio-prelude](https://github.com/zio/zio-prelude) from `1.0.0-RC31` to `1.0.0-RC34` + 📜 [GitHub Release Notes](https://github.com/zio/zio-prelude/releases/tag/v1.0.0-RC34) - [Version Diff](zio/zio-prelude@v1.0.0-RC31...v1.0.0-RC34) ## 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`](https://github.com/scala-steward-org/scala-steward/blob/f89466c2b9d28c5029de11ecd442329caf0f5b70/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "dev.zio", artifactId = "zio-prelude" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "dev.zio", artifactId = "zio-prelude" } } ] ``` </details> <sup> labels: library-update, early-semver-pre-release, semver-spec-pre-release, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "Grouped" : { "name" : "all", "title" : "chore: Dependency updates", "updates" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "dev.zio", "artifactId" : { "name" : "zio-prelude", "maybeCrossName" : "zio-prelude_3" }, "version" : "1.0.0-RC31", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.0.0-RC34" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update", "early-semver-pre-release", "semver-spec-pre-release", "commit-count:1" ] } --> Co-authored-by: Marcin Procyk <[email protected]>
- Loading branch information