Skip to content

Commit

Permalink
chore: Dependency updates (#293)
Browse files Browse the repository at this point in the history
## 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
daschbot and mpro7 authored Nov 18, 2024
1 parent fa53798 commit 490226f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 490226f

Please sign in to comment.