New Updater

This commit is contained in:
Jkobs
2022-11-10 11:28:55 +01:00
parent 14c520722a
commit 8034d8852a
7 changed files with 106 additions and 58 deletions

13
pom.xml
View File

@@ -147,5 +147,18 @@
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.1.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.json/json -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220924</version>
</dependency>
</dependencies>
</project>