mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 16:49:11 +00:00
Update kotlin and coroutines dependencies
This commit is contained in:
@@ -1 +1,3 @@
|
||||
kotlin { experimental { coroutines 'enable' } }
|
||||
kotlin {
|
||||
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ext {
|
||||
kotlinVersion = '1.2.60'
|
||||
kotlinxCoroutinesVersion = '0.24.0'
|
||||
kotlinVersion = '1.3.40'
|
||||
kotlinxCoroutinesVersion = '1.3.0-M2'
|
||||
junitVersion = '4.12'
|
||||
powermockVersion = '1.6.4'
|
||||
bouncycastleVersion = '1.54'
|
||||
@@ -16,5 +16,5 @@ ext {
|
||||
junitJupiterVersion = '5.1.0'
|
||||
mockkVersion = '1.7.15'
|
||||
assertkVersion = '0.9'
|
||||
detektVersion = '1.0.0.RC8'
|
||||
detektVersion = '1.0.0-RC16'
|
||||
}
|
||||
Reference in New Issue
Block a user