diff --git a/how-to/integrating-private-code.md b/how-to/integrating-private-code.md index 428853af..1f4e51db 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.6 + 0.5.8 @@ -46,7 +46,7 @@ In the pom.xml or build.gradle, add this entry to the `plugins` section to apply ```groovy plugins { // In a multi-project build, apply this only to the root project - id("io.moderne.rewrite") version("0.6.3") + id("io.moderne.rewrite") version("0.6.4") // Applying these is typical for Java projects, but not required id("java")