From 490226fc13ac4b64f43983ea4f1bf7bbbd80b5a0 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:44:55 +0800 Subject: [PATCH] chore: Dependency updates (#293) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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](https://github.com/zio/zio-prelude/compare/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!_
âš™ 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-prelude" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "dev.zio", artifactId = "zio-prelude" } } ] ```
labels: library-update, early-semver-pre-release, semver-spec-pre-release, commit-count:1 Co-authored-by: Marcin Procyk --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7f4c534d..913644be 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val zioLoggingVersion = "2.4.0" val zioMetricsConnectorsVersion = "2.3.1" val zioMockVersion = "1.0.0-RC12" val zioNioVersion = "2.0.2" -val zioPreludeVersion = "1.0.0-RC31" +val zioPreludeVersion = "1.0.0-RC34" val zioVersion = "2.1.12" val gitCommit = ("git rev-parse HEAD" !!).trim