Skip to content

Commit

Permalink
Merge pull request #97 from jungwuk-ryu/master
Browse files Browse the repository at this point in the history
Support for Latest Maven, JDK 21, and Minecraft 1.21
  • Loading branch information
7sat authored Jul 30, 2024
2 parents 71ec200 + 3de976a commit 1f1870e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Supported Minecraft versions: 1.16.5 ~ 1.21

Free version https://www.spigotmc.org/resources/65603/

**Premium version** https://www.spigotmc.org/resources/100058/
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -162,7 +162,7 @@
<dependency>
<groupId>com.github.PikaMug</groupId>
<artifactId>LocaleLib</artifactId>
<version>2.4</version>
<version>3.9</version>
</dependency>
<dependency>
<groupId>org.black_ixx</groupId>
Expand Down

0 comments on commit 1f1870e

Please sign in to comment.