From 21ccee88d4aae5bc47aac64d9150828679eb9d18 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 31 Dec 2024 11:14:00 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e97e89..e5bbced 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,4 @@ This is usable as is in v0.2.x but in v0.3.0 and above, you need to add a file t * `-Dpekko.build.pekko.version=main` will find latest snapshot for `main` branch (December 2023 - this evals to `1.1.0-M0+...-SNAPSHOT`) * `-Dpekko.build.pekko.version=1.0.x` will find latest snapshot for `1.0.x` branch * `-Dpekko.build.pekko.version=1.1.x` will find latest snapshot for `1.1.x` branch +* `-Dpekko.build.pekko.version=1.2.x` will find latest snapshot for `1.2.x` branch