Skip to content

Commit 8bbf88b

Browse files
Update zio-prelude to 1.0.0-RC42 (#4850)
## About this PR 📦 Updates [dev.zio:zio-prelude](https://github.com/zio/zio-prelude) from `1.0.0-RC41` to `1.0.0-RC42` 📜 [GitHub Release Notes](https://github.com/zio/zio-prelude/releases/tag/v1.0.0-RC42) - [Version Diff](zio/zio-prelude@v1.0.0-RC41...v1.0.0-RC42) ## 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/0c7991de8224eff8436230a3e11b89520bbf94c8/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", artifactId = "zio-prelude" } ] ``` Or, add this to slow down future updates of this dependency: ``` 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" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "dev.zio", "artifactId" : { "name" : "zio-prelude", "maybeCrossName" : "zio-prelude_2.12" }, "version" : "1.0.0-RC41", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "dev.zio", "artifactId" : { "name" : "zio-prelude", "maybeCrossName" : "zio-prelude_2.13" }, "version" : "1.0.0-RC41", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "dev.zio", "artifactId" : { "name" : "zio-prelude", "maybeCrossName" : "zio-prelude_3" }, "version" : "1.0.0-RC41", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "dev.zio", "artifactId" : { "name" : "zio-prelude", "maybeCrossName" : "zio-prelude_sjs1_2.12" }, "version" : "1.0.0-RC41", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "dev.zio", "artifactId" : { "name" : "zio-prelude", "maybeCrossName" : "zio-prelude_sjs1_2.13" }, "version" : "1.0.0-RC41", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "dev.zio", "artifactId" : { "name" : "zio-prelude", "maybeCrossName" : "zio-prelude_sjs1_3" }, "version" : "1.0.0-RC41", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.0.0-RC42" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-pre-release", "semver-spec-pre-release", "commit-count:1" ] } --> Co-authored-by: scala-steward <scala-steward> Co-authored-by: Adam Warski <[email protected]>
1 parent f87776d commit 8bbf88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ object Versions {
5454
val derevo = "0.14.0"
5555
val newtype = "0.4.4"
5656
val monixNewtype = "0.3.0"
57-
val zioPrelude = "1.0.0-RC41"
57+
val zioPrelude = "1.0.0-RC42"
5858
val awsLambdaInterface = "2.6.0"
5959
val armeria = "1.33.4"
6060
val scalaJava8Compat = "1.0.2"

0 commit comments

Comments
 (0)