From b48372d20dc9d1a889e9412f8a1a7b31e49a711a Mon Sep 17 00:00:00 2001 From: Prateek Date: Sun, 22 Oct 2023 15:05:48 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0ecc1d8..0418adef 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Pluto is distributed through [***mavenCentral***](https://central.sonatype.com/a > Note: add both the `pluto` and the `pluto-no-op` variant to isolate Pluto from release builds. ```groovy -def plutoVersion = "2.1.7" +def plutoVersion = "2.1.9" dependencies { ....