Skip to content

Commit

Permalink
fix(discord): bump DiscordSRV to 1.27.0 (#414)
Browse files Browse the repository at this point in the history
Possibly fixes IncompatibleClassChangeError for newest DiscordSRV version.
  • Loading branch information
Tomut0 committed Jan 9, 2024
1 parent d4d144f commit ad910e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<dependency>
<groupId>com.discordsrv</groupId>
<artifactId>discordsrv</artifactId>
<version>1.24.1-SNAPSHOT</version>
<version>1.27.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ad910e9

Please sign in to comment.