mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 08:39:27 +00:00
14 lines
379 B
Groovy
14 lines
379 B
Groovy
ext {
|
|
kotlinVersion = '1.2.60'
|
|
kotlinxCoroutinesVersion = '0.24.0'
|
|
junitVersion = '4.12'
|
|
powermockVersion = '1.6.4'
|
|
bouncycastleVersion = '1.54'
|
|
c3p0Version = '0.9.5.2'
|
|
scryptVersion = '1.4.0'
|
|
nettyVersion = '4.0.34.Final'
|
|
guavaVersion = '19.0'
|
|
commonsCompressVersion = '1.10'
|
|
assertjVersion = '3.8.0'
|
|
classGraphVersion = '4.0.6'
|
|
} |