Skip to content

Commit

Permalink
Update vertx-core, vertx-web to 5.0.0.CR2 (#861)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates 
* io.vertx:vertx-core
* io.vertx:vertx-web

 from `5.0.0.CR1` to `5.0.0.CR2`

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

<sup>
labels: library-update, commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForGroupId" : {
      "forArtifactIds" : [
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "io.vertx",
                "artifactId" : {
                  "name" : "vertx-core",
                  "maybeCrossName" : null
                },
                "version" : "5.0.0.CR1",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "5.0.0.CR2"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        },
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "io.vertx",
                "artifactId" : {
                  "name" : "vertx-web",
                  "maybeCrossName" : null
                },
                "version" : "5.0.0.CR1",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "5.0.0.CR2"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        }
      ]
    }
  },
  "Labels" : [
    "library-update",
    "commit-count:1"
  ]
} -->
  • Loading branch information
scala-steward authored Nov 23, 2024
1 parent fc70326 commit c878f08
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 @@ -475,8 +475,8 @@ lazy val `kyo-bench` =
libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.29",
libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.29",
libraryDependencies += "dev.zio" %% "zio-http" % "3.0.1",
libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0.CR1",
libraryDependencies += "io.vertx" % "vertx-web" % "5.0.0.CR1",
libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0.CR2",
libraryDependencies += "io.vertx" % "vertx-web" % "5.0.0.CR2",
libraryDependencies += "org.scalatest" %% "scalatest" % scalaTestVersion % Test
)

Expand Down

0 comments on commit c878f08

Please sign in to comment.