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

Commit

Permalink
library: Update JDA to 5.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStegii committed May 29, 2023
1 parent d0f621d commit 34b505a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ compileJava.options.encoding = 'UTF-8'
// First number indicates breaking changes (removals etc.)
// Second number indicates non-breaking changes (new libraries etc.)
// Third number indicates bug fixes or small updates
version = '1.3.2'
version = '1.3.3'

sourceSets {
main {
Expand Down Expand Up @@ -74,7 +74,7 @@ dependencies {

// Internal Libraries
this.addModularInternal('com.googlecode.json-simple:json-simple:1.1.1', 'gson', false)
this.addModularInternal('net.dv8tion:JDA:5.0.0-alpha.4', 'jda', false)
this.addModularInternal('net.dv8tion:JDA:5.0.0-beta.9', 'jda', false)
this.addModularInternal('com.github.CuukyOfficial:CFW:master-SNAPSHOT', 'CFW', true)
this.addModularInternal('com.github.KettleMC-Network:Konfiguration:2.0.4', 'konfiguration', true)
this.addModularInternal('com.github.almighty-satan:jo2sql:1.2.2', 'jo2sql', true)
Expand Down

0 comments on commit 34b505a

Please sign in to comment.