Skip to content

Commit

Permalink
update JDA
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisIndenbom committed May 31, 2023
1 parent 90bc58a commit 757ee43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.denisindenbom</groupId>
<artifactId>DiscordAuth</artifactId>
<version>BETA-1.4.1</version>
<version>BETA-1.4.2</version>
<name>DiscordAuth</name>

<build>
Expand All @@ -22,6 +22,7 @@
<goal>shade</goal>
</goals>
<configuration>
<!--suppress UnresolvedMavenProperty -->
<outputDirectory>${dir}</outputDirectory>
<createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>false</shadedArtifactAttached>
Expand Down Expand Up @@ -54,14 +55,14 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.0.0</version>
<version>24.0.1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-alpha.22</version>
<version>5.0.0-beta.9</version>
<exclusions>
<exclusion>
<groupId>club.minnced</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DiscordAuth
version: 1.4.1
version: 1.4.2
main: com.denisindenbom.discordauth.DiscordAuth

prefix: DiscordAuth
Expand Down

0 comments on commit 757ee43

Please sign in to comment.