mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-02 21:41:45 +01:00
Added 1.20.4 compatibility.
This commit is contained in:
parent
8dce036d70
commit
b2f5a441e5
2
pom.xml
2
pom.xml
@ -73,7 +73,7 @@
|
||||
<postgresql.version>42.2.18</postgresql.version>
|
||||
<hikaricp.version>5.0.1</hikaricp.version>
|
||||
<!-- More visible way to change dependency versions -->
|
||||
<spigot.version>1.20.3-R0.1-SNAPSHOT</spigot.version>
|
||||
<spigot.version>1.20.4-R0.1-SNAPSHOT</spigot.version>
|
||||
<!-- Might differ from the last Spigot release for short periods
|
||||
of time -->
|
||||
<paper.version>1.20.2-R0.1-SNAPSHOT</paper.version>
|
||||
|
@ -227,7 +227,11 @@ public class ServerCompatibility {
|
||||
/**
|
||||
* @since 2.0.0
|
||||
*/
|
||||
V1_20_3(Compatibility.COMPATIBLE),;
|
||||
V1_20_3(Compatibility.COMPATIBLE),
|
||||
/**
|
||||
* @since 2.0.0
|
||||
*/
|
||||
V1_20_4(Compatibility.COMPATIBLE);
|
||||
|
||||
private final Compatibility compatibility;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user