Bump Geyser to 2.0.2 and Java to 1.18.2

This commit is contained in:
Camotoy 2022-02-28 10:07:45 -05:00
parent a435288bdf
commit 65b68087b8
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
15 changed files with 28 additions and 31 deletions

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.geysermc</groupId>
<artifactId>bootstrap-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<artifactId>bootstrap-bungeecord</artifactId>
@ -14,7 +14,7 @@
<dependency>
<groupId>org.geysermc</groupId>
<artifactId>core</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<!-- Used for better working with internals without reflection -->