Skip to content

Commit d2290f9

Browse files
Update pekko-http, pekko-http-spray-json, ... to 1.2.0 (#154)
## About this PR 📦 Updates * [org.apache.pekko:pekko-http](https://github.com/apache/pekko-http) * [org.apache.pekko:pekko-http-spray-json](https://github.com/apache/pekko-http) * [org.apache.pekko:pekko-http-testkit](https://github.com/apache/pekko-http) from `1.1.0` to `1.2.0` 📜 [GitHub Release Notes](https://github.com/apache/pekko-http/releases/tag/v1.2.0) - [Version Diff](apache/pekko-http@v1.1.0...v1.2.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/55f6dc6a666c610d5d2505c5bf66308427a8d065/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.1.0). You might want to review and update them manually. ``` README.md ``` </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-minor, semver-spec-minor, version-scheme:semver-spec, old-version-remains, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.apache.pekko", "artifactId" : { "name" : "pekko-http", "maybeCrossName" : "pekko-http_2.13" }, "version" : "1.1.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.apache.pekko", "artifactId" : { "name" : "pekko-http", "maybeCrossName" : "pekko-http_3" }, "version" : "1.1.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.2.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.apache.pekko", "artifactId" : { "name" : "pekko-http-spray-json", "maybeCrossName" : "pekko-http-spray-json_2.13" }, "version" : "1.1.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.apache.pekko", "artifactId" : { "name" : "pekko-http-spray-json", "maybeCrossName" : "pekko-http-spray-json_3" }, "version" : "1.1.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.2.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.apache.pekko", "artifactId" : { "name" : "pekko-http-testkit", "maybeCrossName" : "pekko-http-testkit_2.13" }, "version" : "1.1.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.apache.pekko", "artifactId" : { "name" : "pekko-http-testkit", "maybeCrossName" : "pekko-http-testkit_3" }, "version" : "1.1.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.2.0" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update", "early-semver-minor", "semver-spec-minor", "version-scheme:semver-spec", "old-version-remains", "commit-count:1" ] } -->
1 parent ef937e3 commit d2290f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Dependencies {
99
val Enumeratum = "1.7.6"
1010
val Logback = "1.5.18"
1111
val Pekko = "1.1.3"
12-
val PekkoHttp = "1.1.0"
12+
val PekkoHttp = "1.2.0"
1313
val Prometheus = "1.3.6"
1414
val ScalaCollectionCompat = "2.13.0"
1515
val ScalaLogging = "3.9.5"

0 commit comments

Comments
 (0)