Skip to content

Commit

Permalink
Gradle plugin version 6.5.0 on getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 14, 2023
1 parent 655b661 commit 93da911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions running-recipes/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Your file should look similar to:
plugins {
`java-library`
`maven-publish`
id("org.openrewrite.rewrite") version "6.2.4"
id("org.openrewrite.rewrite") version "6.5.0"
}

repositories {
Expand Down Expand Up @@ -181,7 +181,7 @@ rewrite {
plugins {
`java-library`
`maven-publish`
id("org.openrewrite.rewrite") version "6.2.4"
id("org.openrewrite.rewrite") version "6.5.0"
}

rewrite {
Expand Down Expand Up @@ -300,7 +300,7 @@ rewrite {
plugins {
`java-library`
`maven-publish`
id("org.openrewrite.rewrite") version "6.2.4"
id("org.openrewrite.rewrite") version "6.5.0"
}

rewrite {
Expand Down

0 comments on commit 93da911

Please sign in to comment.