File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.jetbrains.kotlin.jvm' version ' 1.3.31 '
2
+ id ' org.jetbrains.kotlin.jvm' version ' 1.3.60 '
3
3
}
4
4
5
- group ' coroutines'
5
+ group ' intro- coroutines'
6
6
version ' 1.0-SNAPSHOT'
7
7
8
8
repositories {
@@ -13,7 +13,7 @@ dependencies {
13
13
implementation " org.jetbrains.kotlin:kotlin-stdlib"
14
14
implementation " org.jetbrains.kotlin:kotlin-reflect"
15
15
16
- def coroutines_version = ' 1.2.1 '
16
+ def coroutines_version = ' 1.3.3 '
17
17
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version "
18
18
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-swing:$coroutines_version "
19
19
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutines_version "
@@ -25,7 +25,7 @@ dependencies {
25
25
implementation " com.fasterxml.jackson.module:jackson-module-kotlin:2.9.7"
26
26
implementation ' ch.qos.logback:logback-classic:1.0.13'
27
27
28
- def retrofit_version = ' 2.6.0 '
28
+ def retrofit_version = ' 2.6.3 '
29
29
implementation " com.squareup.retrofit2:retrofit:$retrofit_version "
30
30
implementation " com.squareup.retrofit2:converter-gson:$retrofit_version "
31
31
implementation " com.squareup.retrofit2:retrofit-mock:$retrofit_version "
You can’t perform that action at this time.
0 commit comments