You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/03/25 11:03:47 UTC

[incubator-pekko-http] branch main updated: Freeze Pekko Snapshot

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 7826b8b0a Freeze Pekko Snapshot
7826b8b0a is described below

commit 7826b8b0ada3148ad7bf45812ef869098480c5cd
Author: Matthew de Detrich <md...@gmail.com>
AuthorDate: Sat Mar 25 11:09:04 2023 +0100

    Freeze Pekko Snapshot
---
 project/PekkoDependency.scala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/project/PekkoDependency.scala b/project/PekkoDependency.scala
index e1a2ffaa6..7cb930a83 100644
--- a/project/PekkoDependency.scala
+++ b/project/PekkoDependency.scala
@@ -59,7 +59,8 @@ object PekkoDependency {
   val minimumExpectedPekko26Version = "1.0.0"
   val docs = pekkoDependency(defaultVersion = minimumExpectedPekko26Version)
 
-  lazy val mainSnapshot = Artifact(determineLatestSnapshot("0.0.0"), true)
+  // TODO: Revert to Artifact(determineLatestSnapshot(...), true) when Pekko has its first release
+  lazy val mainSnapshot = Artifact("0.0.0+26623-85c2a469-SNAPSHOT", true)
 
   val pekkoVersion: String = default match {
     case Artifact(version, _) => version


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org