oblak/scripts/dependencies.gradle
2020-12-07 20:05:45 +01:00

26 lines
927 B
Groovy

ext {
vers = [
'checker-qual' : '3.7.0',
'geantyref' : '1.3.11',
'errorprone' : '2.4.0',
// DISCORD DEPENDENCIES
'javacord' : '3.1.1',
'jda' : '4.2.0_209',
// MINECRAFT DEPENDENCIES
'brigadier' : '1.0.17',
'bukkit' : '1.13.2-R0.1-SNAPSHOT',
'commodore' : '1.9',
'bungeecord' : '1.8-SNAPSHOT',
'cloudburst' : '1.0.0-SNAPSHOT',
'adventure-api' : '4.2.0',
'paper-api' : '1.15.2-R0.1-SNAPSHOT',
'velocity-api' : '1.1.0',
'jb-annotations': '20.1.0',
'guava' : '30.0-jre',
// IRC DEPENDENCIES
'pircbotx' : '83a4c22e80',
// TEST DEPENDENCIES
'jupiter-engine': '5.7.0',
'jhm' : '1.25.2'
]
}