File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' org.jetbrains.kotlin.jvm' version ' 1.3.31 '
2+ id ' org.jetbrains.kotlin.jvm' version ' 1.3.60 '
33}
44
5- group ' coroutines'
5+ group ' intro- coroutines'
66version ' 1.0-SNAPSHOT'
77
88repositories {
@@ -13,7 +13,7 @@ dependencies {
1313 implementation " org.jetbrains.kotlin:kotlin-stdlib"
1414 implementation " org.jetbrains.kotlin:kotlin-reflect"
1515
16- def coroutines_version = ' 1.2.1 '
16+ def coroutines_version = ' 1.3.3 '
1717 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version "
1818 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-swing:$coroutines_version "
1919 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutines_version "
@@ -25,7 +25,7 @@ dependencies {
2525 implementation " com.fasterxml.jackson.module:jackson-module-kotlin:2.9.7"
2626 implementation ' ch.qos.logback:logback-classic:1.0.13'
2727
28- def retrofit_version = ' 2.6.0 '
28+ def retrofit_version = ' 2.6.3 '
2929 implementation " com.squareup.retrofit2:retrofit:$retrofit_version "
3030 implementation " com.squareup.retrofit2:converter-gson:$retrofit_version "
3131 implementation " com.squareup.retrofit2:retrofit-mock:$retrofit_version "
You can’t perform that action at this time.
0 commit comments