Updating to latest API and version of Atlas

This commit is contained in:
Dawson Hessler
2020-09-08 14:17:39 -04:00
parent 98abc4ab94
commit ea6c5dd281
4 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -32,7 +32,7 @@
<repositories>
<repository>
<id>funkemunky-releases</id>
<url>http://nexus.funkemunky.cc/content/repositories/releases/</url>
<url>https://nexus.funkemunky.cc/content/repositories/releases/</url>
</repository>
</repositories>
@@ -50,9 +50,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>cc.funkemunky.plugins</groupId>
<groupId>cc.funkemunky.utils</groupId>
<artifactId>Atlas</artifactId>
<version>1.7.1</version>
<version>1.8.4</version>
<scope>provided</scope>
</dependency>
</dependencies>