This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new 9de3848d1 Set minimumExpectedPekkoVersion to 1.0.0
9de3848d1 is described below
commit 9de3848d1c2afd101647e4c75007f480f76afbe4
Author: Matthew de Detrich <[email protected]>
AuthorDate: Tue Oct 10 14:55:56 2023 -0300
Set minimumExpectedPekkoVersion 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]