Skip to content

Commit

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

 from `1.0.0` to `1.0.1`

📜 [GitHub Release
Notes](https://github.com/apache/incubator-pekko-http/releases/tag/v1.0.1)
- [Version
Diff](apache/pekko-http@v1.0.0...v1.0.1)

## 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/33d3ad7d5245cbd05d7004d5502f6f7333833843/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>🔍 Files still referring to the old version number</summary>

The following files still refer to the old version number (1.0.0).
You might want to review and update them manually.
```
README.md
build.sbt
```
</details>
<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-patch, semver-spec-patch,
version-scheme:semver-spec, old-version-remains, 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 Feb 12, 2024
1 parent 3233267 commit b7c148c
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.0.2"
val pekkoHttpVersion = "1.0.0"
val pekkoHttpVersion = "1.0.1"

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

0 comments on commit b7c148c

Please sign in to comment.