Skip to content

Commit

Permalink
Use JDA alpha 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Blad3Mak3r committed Apr 26, 2022
1 parent 4eb1543 commit 4ded39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ plugins {
}

group = "tv.blademaker"
val versionObj = Version(0, 7, 4)
val versionObj = Version(0, 7, 5)
version = versionObj.toString()

val jdaVersion = "5.0.0-alpha.9"
val jdaVersion = "5.0.0-alpha.11"
val coroutinesVersion = "1.6.0"
val slf4jApi = "1.7.36"
val prometheusVersion = "0.15.0"
Expand Down

0 comments on commit 4ded39c

Please sign in to comment.