Skip to content

Commit

Permalink
Update pekko-http, pekko-http-testkit to 1.1.0 (#110)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates 
* [org.apache.pekko:pekko-http](https://github.com/apache/pekko-http)
*
[org.apache.pekko:pekko-http-testkit](https://github.com/apache/pekko-http)

 from `1.0.1` to `1.1.0`

📜 [GitHub Release
Notes](https://github.com/apache/pekko-http/releases/tag/v1.1.0) -
[Version
Diff](apache/pekko-http@v1.0.1...v1.1.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/767fcfecbfd53c507152f6cf15c846176bae561d/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 = "org.apache.pekko" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.apache.pekko" }
}]
```
</details>

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

Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-for-moia[bot] and scala-steward authored Oct 7, 2024
1 parent 5a7da29 commit 286983d
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 @@ -32,7 +32,7 @@ lazy val root = (project in file("."))
.settings(mimaSettings)

val pekkoVersion = "1.1.1"
val pekkoHttpVersion = "1.0.1"
val pekkoHttpVersion = "1.1.0"

lazy val pekkoDependencies = Seq(
"org.apache.pekko" %% "pekko-stream" % pekkoVersion,
Expand Down

0 comments on commit 286983d

Please sign in to comment.