mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-02 16:49:12 +00:00
57fc49a42b
Prevent bytecode generation related test failures in tests that rely on PowerMock by updating to PowerMock 2.
20 lines
572 B
Groovy
20 lines
572 B
Groovy
ext {
|
|
kotlinVersion = '1.3.40'
|
|
kotlinxCoroutinesVersion = '1.3.0-M2'
|
|
junitVersion = '4.12'
|
|
powermockVersion = '2.0.2'
|
|
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'
|
|
junitVintageVersion = '5.1.0'
|
|
junitPlatformVersion = '1.1.0'
|
|
junitJupiterVersion = '5.1.0'
|
|
mockkVersion = '1.7.15'
|
|
assertkVersion = '0.9'
|
|
detektVersion = '1.0.0-RC16'
|
|
} |