Skip to content

Commit

Permalink
forgot to update build.gradle version :p
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim19375 committed May 21, 2021
1 parent 7a22428 commit 69df2ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
compileJava.options.encoding 'UTF-8'

group 'me.dkim19375'
version '2.2.9'
version '2.3.0'

//noinspection GrUnresolvedAccess
compileKotlin.kotlinOptions {
Expand All @@ -18,13 +18,15 @@ compileKotlin.kotlinOptions {

repositories {
mavenCentral()
maven { url = 'https://jitpack.io' }
maven { url = 'https://m2.dv8tion.net/releases' }
}

dependencies {
compileOnly 'net.dv8tion:JDA:4.2.1_262'
api 'commons-io:commons-io:2.8.0'
api 'org.apache.commons:commons-lang3:3.12.0'
api 'com.github.minndevelopment:jda-ktx:+'
}

task copyFileToBot(type: Copy) {
Expand Down

0 comments on commit 69df2ec

Please sign in to comment.