Skip to content

Commit

Permalink
Update Javacord to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Oct 3, 2020
1 parent 1a66a89 commit 0cefea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

// The dependencies of the bot. Javacord and Log4J for logging
dependencies {
implementation group: 'org.javacord', name: 'javacord', version:'3.0.5'
implementation group: 'org.javacord', name: 'javacord', version:'3.1.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.11.1'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version:'2.11.1'
}
Expand Down

0 comments on commit 0cefea3

Please sign in to comment.