Skip to content

Commit

Permalink
Fawe api version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmayr committed Jan 22, 2022
1 parent 90dfd0a commit dcd0275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@
<dependency>
<groupId>com.fastasyncworldedit</groupId>
<artifactId>FastAsyncWorldEdit-Core</artifactId>
<version>2.0.1</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>

<!-- FAWE Bukkit API -->
<dependency>
<groupId>com.fastasyncworldedit</groupId>
<artifactId>FastAsyncWorldEdit-Bukkit</artifactId>
<version>2.0.1</version>
<version>2.0.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit dcd0275

Please sign in to comment.