Skip to content

Commit 1f1870e

Browse files
authored
Merge pull request #97 from jungwuk-ryu/master
Support for Latest Maven, JDK 21, and Minecraft 1.21
2 parents 71ec200 + 3de976a commit 1f1870e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Supported Minecraft versions: 1.16.5 ~ 1.21
2+
13
Free version https://www.spigotmc.org/resources/65603/
24

35
**Premium version** https://www.spigotmc.org/resources/100058/

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>org.projectlombok</groupId>
152152
<artifactId>lombok</artifactId>
153-
<version>1.18.22</version>
153+
<version>1.18.34</version>
154154
<scope>provided</scope>
155155
</dependency>
156156
<dependency>
@@ -162,7 +162,7 @@
162162
<dependency>
163163
<groupId>com.github.PikaMug</groupId>
164164
<artifactId>LocaleLib</artifactId>
165-
<version>2.4</version>
165+
<version>3.9</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>org.black_ixx</groupId>

0 commit comments

Comments
 (0)