oblak/buildSrc/src/main/kotlin/Versions.kt

34 lines
1,004 B
Kotlin

object Versions {
const val checkerQual = "3.8.0"
const val geantyref = "1.3.11"
const val errorprone = "2.4.0"
const val errorprone_javac = "9+181-r4173-1"
// INTEGRATION DEPENDENCIES
const val guice = "4.2.3"
// DISCORD DEPENDENCIES
const val javacord = "3.1.1"
const val jda = "4.2.0_209"
// MINECRAFT DEPENDENCIES
const val brigadier = "1.0.17"
const val bukkit = "1.13.2-R0.1-SNAPSHOT"
const val commodore = "1.9"
const val bungeecord = "1.8-SNAPSHOT"
const val cloudburst = "1.0.0-SNAPSHOT"
const val adventureApi = "4.3.0"
const val adventurePlatform = "4.0.0-SNAPSHOT"
const val paperApi = "1.15.2-R0.1-SNAPSHOT"
const val velocityApi = "1.1.0"
const val spongeApi7 = "7.3.0"
const val jetbrainsAnnotations = "20.1.0"
const val guava = "21.0-jre"
// IRC DEPENDENCIES
const val pircbotx = "83a4c22e80"
// TEST DEPENDENCIES
const val jupiterEngine = "5.7.0"
const val jmh = "1.25.2"
}