Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from Dominik48N/upgrade-jda
Browse files Browse the repository at this point in the history
Upgrade jda version
  • Loading branch information
Dominik48N authored Oct 7, 2022
2 parents 549ecb0 + abf58ce commit a5a458a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If applicable, add screenshots to help explain your problem.

**System (please complete the following information):**
- Java-Version: [e.g. 11]
- JDA-Version [e.g. 5.0.0-alpha.19]
- JDA-Version [e.g. 5.0.0-alpha.20]
- Project-Version [e.g. 1.0.0]

**Additional context**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you have questions or problems regarding the JDA Commands API, you can create
## Requirements
The following things are required to use JDA Commands:
* Java 8+
* [JDA](https://github.com/DV8FromTheWorld/JDA) v5.0.0-alpha.19
* [JDA](https://github.com/DV8FromTheWorld/JDA) v5.0.0-alpha.20

## Usage
How you can use the API is written in our [wiki](https://github.com/Dominik48N/jda-commands/wiki). Here you will only be briefly shown how to implement the API in Maven and Gradle.
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,9 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-alpha.19</version>
<version>5.0.0-alpha.20</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit a5a458a

Please sign in to comment.