From 80ea010703f8713670147501e0650b223bc7435d Mon Sep 17 00:00:00 2001 From: Sam Snyder Date: Tue, 26 Oct 2021 16:22:56 -0700 Subject: [PATCH] Update for release of moderne-maven-plugin 0.4.1, moderne-gradle-plugin 0.4.0 --- how-to/integrating-private-code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to/integrating-private-code.md b/how-to/integrating-private-code.md index bf5b6eb6..5ea542e6 100644 --- a/how-to/integrating-private-code.md +++ b/how-to/integrating-private-code.md @@ -20,7 +20,7 @@ In the pom.xml or build.gradle, add this entry to the `plugins` section to apply io.moderne moderne-maven-plugin - 0.3.2 + 0.4.1 @@ -49,7 +49,7 @@ plugins { id("maven-publish") // In a multi-project build, apply this only to the root project - id("io.moderne.rewrite") version("0.3.2") + id("io.moderne.rewrite") version("0.4.0") } repositories {