9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-06 15:51:30 +00:00

Performance Improvements

This commit is contained in:
Daniel Mills
2020-08-06 02:58:40 -04:00
parent cd07f29038
commit f1e3210c7a
3 changed files with 29 additions and 11 deletions

View File

@@ -120,12 +120,14 @@
</repository>
</repositories>
<dependencies>
<!-- Spigot API -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- Utilities -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>