We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6527ac commit 9ea4af7Copy full SHA for 9ea4af7
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<name>Nukkit</name>
6
<groupId>cn.nukkit</groupId>
7
<artifactId>nukkit</artifactId>
8
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-RAKNET</version>
9
10
<properties>
11
<maven.compiler.source>1.8</maven.compiler.source>
@@ -57,7 +57,7 @@
57
<dependency>
58
<groupId>com.nukkitx.network</groupId>
59
<artifactId>raknet</artifactId>
60
- <version>1.4.10</version>
+ <version>1.5.1</version>
61
<scope>compile</scope>
62
</dependency>
63
0 commit comments