Merge pull request #5 from otDan/version-bump

refactor: Update geyser
This commit is contained in:
zimzaza4
2024-12-20 06:13:32 +08:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -36,3 +36,4 @@ build/
### Mac OS ###
.DS_Store
.idea/

View File

@@ -45,7 +45,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.8</version>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.geysermc.geyser</groupId>
<artifactId>api</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>