From 32ea3d396db9c86de57be60dd1fec564b4c9b7fa Mon Sep 17 00:00:00 2001 From: Sam Snyder Date: Fri, 11 Feb 2022 15:02:29 -0800 Subject: [PATCH] Update plugin version numbers --- 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 1aa90fd5..025965c2 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.5.8 + 0.6.0 @@ -45,7 +45,7 @@ In the pom.xml or build.gradle, add this entry to the `plugins` section to apply {% code title="build.gradle" %} ```groovy plugins { - id("io.moderne.rewrite") version("0.6.6") + id("io.moderne.rewrite") version("0.7.1") // Applying these is typical for Java projects, but not required id("java")