Change alttd repo and update Galaxy api to 1.18

This commit is contained in:
destro174 2021-11-26 19:46:13 +01:00
parent 0199a67e77
commit 09cce67d0d
2 changed files with 5 additions and 4 deletions

View File

@ -94,10 +94,10 @@
<artifactId>configurate-yaml</artifactId>
<version>3.7.1</version>
</dependency>
<dependency><!-- Galaxy -->
<dependency>
<groupId>com.alttd</groupId>
<artifactId>galaxy-api</artifactId>
<version>1.17.1-R0.1-SNAPSHOT</version>
<version>1.18-pre5-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

View File

@ -70,8 +70,9 @@
<url>https://repo.spongepowered.org/maven</url>
</repository>
<repository>
<id>Alttd-Nexus</id>
<url>http://leo:8081/</url>
<id>AlttdRepo-snapshots</id>
<name>Altitude Maven Repo</name>
<url>https://repo.destro.xyz/snapshots</url>
</repository>
</repositories>