From 0da3eef76681af2938533d1cd8a8aa5fb4ba1358 Mon Sep 17 00:00:00 2001 From: Sam Snyder Date: Mon, 4 Apr 2022 12:05:28 -0700 Subject: [PATCH] Update plugin versions --- 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 beaccc92..7c9e0a2f 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.7.1 + 0.8.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.9.0") + id("io.moderne.rewrite") version("0.11.0") } // OpenRewrite and recipe modules are published to Maven Central