mirror of https://github.com/LOOHP/Limbo.git
Compare commits
3 Commits
acaafc3955
...
53e947abfe
| Author | SHA1 | Date |
|---|---|---|
|
|
53e947abfe | |
|
|
292f974681 | |
|
|
72fce754ae |
2
pom.xml
2
pom.xml
|
|
@ -229,7 +229,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
<version>3.14.0</version>
|
<version>3.18.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.Querz</groupId>
|
<groupId>com.github.Querz</groupId>
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ public final class Limbo {
|
||||||
|
|
||||||
//===========================
|
//===========================
|
||||||
|
|
||||||
public final String SERVER_IMPLEMENTATION_VERSION = "1.21.9";
|
public final String SERVER_IMPLEMENTATION_VERSION = "1.21.10";
|
||||||
public final int SERVER_IMPLEMENTATION_PROTOCOL = 773;
|
public final int SERVER_IMPLEMENTATION_PROTOCOL = 773;
|
||||||
public final String LIMBO_IMPLEMENTATION_VERSION;
|
public final String LIMBO_IMPLEMENTATION_VERSION;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue