Skip to content

Commit

Permalink
Merge pull request #3 from MockBukkit/docs/fix-import-location
Browse files Browse the repository at this point in the history
  • Loading branch information
thelooter authored Nov 8, 2024
2 parents 3b18764 + 8a8ec08 commit 4b6f191
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ For **Maven**:
<dependencies>
<dependency>
<groupId>org.mockbukkit.rewrite</groupId>
<artifactId>rewrite-recipes</artifactId>
<version>1.0.0</version>
<artifactId>openrewrite-recipes</artifactId>
<version>1.0.2</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -66,7 +66,7 @@ plugins {
dependencies {
// Add the Mockbukkit recipes
rewrite("org.mockbukkit.rewrite:rewrite-recipes:1.0.0")
rewrite("org.mockbukkit.rewrite:openrewrite-recipes:1.0.2")
}
// Add the recipe source to your project’s rewrite configuration
Expand All @@ -84,7 +84,7 @@ plugins {

dependencies {
// Add the Mockbukkit recipes
rewrite("org.mockbukkit.rewrite:rewrite-recipes:1.0.0")
rewrite("org.mockbukkit.rewrite:openrewrite-recipes:1.0.2")
}

// Add the recipe source to your project’s rewrite configuration
Expand Down

0 comments on commit 4b6f191

Please sign in to comment.