Skip to content

Commit

Permalink
Updated to JDA 1.2.2_165
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld committed Feb 21, 2016
1 parent f2e3fed commit 60c4064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -69,11 +69,11 @@ artifacts {
archives javadocJar, sourcesJar
}
repositories {
mavenCentral()
jcenter()
}

dependencies {
compile "net.dv8tion:JDA:1.1.0_57"
compile "net.dv8tion:JDA:1.2.2_165"
compile "net.lingala.zip4j:zip4j:1.3.2"
compile "com.google.code.gson:gson:2.4"
compile "org.xerial:sqlite-jdbc:3.8.11.2"
Expand All @@ -97,7 +97,7 @@ class Version {
}

String getBuild() {
System.getenv("BUILD_NUMBER") ? System.getenv("BUILD_NUMBER") : "-1"
System.getenv("BUILD_NUMBER") ? System.getenv("BUILD_NUMBER") : "DEV"
}

String toString() {
Expand Down

0 comments on commit 60c4064

Please sign in to comment.