Updated GalaxiEngine

This commit is contained in:
ME1312 2023-02-22 17:28:52 -05:00
parent e02093ab2f
commit c90dbc8e3f
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>GalaxiBase</artifactId>
<version>23w08a</version>
<version>23w08b</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@ -18,7 +18,7 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiBase</artifactId>
<version>23w08a</version>
<version>23w08b</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -30,13 +30,13 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiEngine</artifactId>
<version>23w08a</version>
<version>23w08b</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUI</artifactId>
<version>23w08a</version>
<version>23w08b</version>
<scope>runtime</scope>
</dependency>
<dependency>