This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pekko-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
commit 8434e8b9e27f3b42342aa2cb37d874e76a66e414 Author: PJ Fanning <[email protected]> AuthorDate: Tue Oct 10 18:57:01 2023 +0100 set min pekko version to 1.0.0 --- project/PekkoDependency.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/PekkoDependency.scala b/project/PekkoDependency.scala index de21b3ab2..3af4b4c0d 100644 --- a/project/PekkoDependency.scala +++ b/project/PekkoDependency.scala @@ -51,7 +51,7 @@ object PekkoDependency { } // Default version updated only when needed, https://pekko.apache.org/docs/pekko/current/project/downstream-upgrade-strategy.html - val minimumExpectedPekkoVersion = "1.0.1" + val minimumExpectedPekkoVersion = "1.0.0" val default = pekkoDependency(defaultVersion = minimumExpectedPekkoVersion) def docs = default --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
