Skip to content

Commit

Permalink
fix README (#21)
Browse files Browse the repository at this point in the history
* fix README

* Apply suggestions from code review

---------

Co-authored-by: Tim te Beek <[email protected]>
  • Loading branch information
sullis and timtebeek authored Jun 29, 2023
1 parent d7f32a7 commit 86b7298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In a Maven project's pom.xml, make your recipe module a plugin dependency:
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>4.38.0</version>
<version>5.2.4</version>
<configuration>
<activeRecipes>
<recipe>com.yourorg.NoGuavaListsNewArrayList</recipe>
Expand All @@ -56,7 +56,7 @@ The root project of your gradle build, make your recipe module a dependency of t
```groovy
plugins {
id("java")
id("org.openrewrite.rewrite") version("5.33.0")
id("org.openrewrite.rewrite") version("6.1.8")
}
repositories {
Expand Down

0 comments on commit 86b7298

Please sign in to comment.