Took 21 seconds
This commit is contained in:
Kiran Hart 2023-05-07 19:11:37 -04:00
parent 31364807b9
commit d770a06698
No known key found for this signature in database
GPG Key ID: 5F36C7BC79D3EBC3

View File

@ -8,7 +8,7 @@
<name>AuctionHouse</name>
<description>The ultimate auction solution for your server</description>
<version>2.94.1</version>
<version>2.94.2</version>
<packaging>jar</packaging>
<properties>
<author>Kiran Hart</author>
@ -182,12 +182,6 @@
<version>2.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.discordsrv</groupId>
<artifactId>discordsrv</artifactId>
<version>1.26.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<finalName>${jarName}</finalName>