Skip to content

Commit

Permalink
Ported to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeOnuke committed Jun 22, 2024
1 parent 1a2f40b commit 7e58fe7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>com.lukeonuke</groupId>
<artifactId>fast-leaf-decay</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>fast-leaf-decay</name>

<properties>
<java.version>17</java.version>
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -67,12 +67,12 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.20.1-R0.1-SNAPSHOT</version>
<version>1.21-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations-java5</artifactId>
<artifactId>annotations</artifactId>
<version>24.0.1</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7e58fe7

Please # to comment.