Skip to content

Commit

Permalink
Update JDA
Browse files Browse the repository at this point in the history
5.0.0-alpha.21 -> 5.0.0-beta.20
  • Loading branch information
srnyx committed Jan 22, 2024
1 parent b9c0205 commit d1df6f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
jdk:
- openjdk19
- openjdk19
before_install:
- sdk install java 19.0.2-tem
- sdk use java 19.0.2-tem
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import xyz.srnyx.gradlegalaxy.utility.setupPublishing
application.mainClass.set("xyz.srnyx.lazylibrary.LazyLibrary")

dependencies {
compileOnly("net.dv8tion", "JDA", "5.0.0-alpha.21") // JDA
compileOnly("net.dv8tion", "JDA", "5.0.0-beta.20") // JDA
implementation("xyz.srnyx", "java-utilities", "1.0.0") // General Java utility library
implementation("xyz.srnyx", "magic-mongo", "1.0.0") // MongoDB framework
implementation("io.github.freya022", "BotCommands", "2.10.3") // Command framework
Expand Down

0 comments on commit d1df6f4

Please sign in to comment.