Update GalaxiEngine

Only slight changes this time :)
This commit is contained in:
ME1312 2021-10-24 03:40:47 -04:00
parent 3e074e365d
commit 86471491bd
No known key found for this signature in database
GPG Key ID: FEFFE2F698E88FA8
3 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUtil</artifactId>
<version>21w43f</version>
<version>21w44a</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@ -18,7 +18,7 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUtil</artifactId>
<version>21w43f</version>
<version>21w44a</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -30,13 +30,13 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiEngine</artifactId>
<version>21w43f</version>
<version>21w44a</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUI</artifactId>
<version>21w43f</version>
<version>21w44a</version>
<scope>runtime</scope>
</dependency>
<dependency>