Skip to content

Commit

Permalink
Update zio-logging-slf4j, ... to 2.4.0 (#1387)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates 
* [dev.zio:zio-logging-slf4j](https://github.com/zio/zio-logging)
* [dev.zio:zio-logging-slf4j2](https://github.com/zio/zio-logging)

 from `2.3.2` to `2.4.0`

πŸ“œ [GitHub Release
Notes](https://github.com/zio/zio-logging/releases/tag/v2.4.0) -
[Version
Diff](zio/zio-logging@v2.3.2...v2.4.0)

## 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/f89466c2b9d28c5029de11ecd442329caf0f5b70/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" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "dev.zio" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-minor,
commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForGroupId" : {
      "forArtifactIds" : [
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging-slf4j",
                  "maybeCrossName" : "zio-logging-slf4j_2.13"
                },
                "version" : "2.3.2",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : "test"
              },
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging-slf4j",
                  "maybeCrossName" : "zio-logging-slf4j_3"
                },
                "version" : "2.3.2",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : "test"
              }
            ],
            "newerVersions" : [
              "2.4.0"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        },
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging-slf4j2",
                  "maybeCrossName" : "zio-logging-slf4j2_2.13"
                },
                "version" : "2.3.2",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "2.4.0"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        }
      ]
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-minor",
    "semver-spec-minor",
    "commit-count:1"
  ]
} -->

Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] authored Nov 14, 2024
1 parent 5a147f8 commit b8a4e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ lazy val zioKafkaTest =
libraryDependencies ++= Seq(
kafkaClients,
logback % Test,
"dev.zio" %% "zio-logging-slf4j" % "2.3.2" % Test
"dev.zio" %% "zio-logging-slf4j" % "2.4.0" % Test
) ++ `embedded-kafka`.value
)

Expand All @@ -201,7 +201,7 @@ lazy val zioKafkaExample =
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion.value,
"dev.zio" %% "zio-logging-slf4j2" % "2.3.2",
"dev.zio" %% "zio-logging-slf4j2" % "2.4.0",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion,
logback,
"dev.zio" %% "zio-test" % zioVersion.value % Test
Expand Down

0 comments on commit b8a4e06

Please sign in to comment.