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.git


The following commit(s) were added to refs/heads/main by this push:
     new eb660940b6 Fix dynamic versioning example
eb660940b6 is described below

commit eb660940b61f6eaff9b88c9022401a25bea8bb2d
Author: Philippus Baalman <[email protected]>
AuthorDate: Wed Mar 22 07:58:10 2023 +0100

    Fix dynamic versioning example
---
 actor/src/main/scala/org/apache/pekko/util/Version.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actor/src/main/scala/org/apache/pekko/util/Version.scala 
b/actor/src/main/scala/org/apache/pekko/util/Version.scala
index 6c461d2f0a..8195831e09 100644
--- a/actor/src/main/scala/org/apache/pekko/util/Version.scala
+++ b/actor/src/main/scala/org/apache/pekko/util/Version.scala
@@ -40,7 +40,7 @@ object Version {
  *
  * It has support for https://github.com/dwijnand/sbt-dynver format with `+` or
  * `-` separator. The number of commits from the tag is handled as a numeric 
part.
- * For example `1.0.0+3-73475dce26` is less than `1.0.10+10-ed316bd024` (3 < 
10).
+ * For example `1.0.0+3-73475dce26` is less than `1.0.0+10-ed316bd024` (3 < 
10).
  */
 final class Version(val version: String) extends Comparable[Version] {
   import Version.Undefined


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to