File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
deploy :
24
24
working_directory : ~/kotlin-native-lambda-runtime
25
25
docker :
26
- - image : c1phr/kotlin-native-lambda-runtime-compiler:0.15
26
+ - image : c1phr/kotlin-native-lambda-runtime-compiler:0.19
27
27
steps :
28
28
- attach_workspace :
29
29
at : .
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.jetbrains.kotlin.multiplatform' version ' 1.3.40 '
2
+ id ' org.jetbrains.kotlin.multiplatform' version ' 1.3.61 '
3
3
id ' maven-publish'
4
4
id " com.jfrog.bintray" version " 1.8.4"
5
5
}
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
kotlin.import.noCommonSourceSets =false
3
- kotlin_version =1.3.31
4
- ktor_version =1.2.2
5
- kotlinx_coroutines_version =1.2 .2
6
- kotlinx_serialization_version =0.11.1
3
+ kotlin_version =1.3.61
4
+ ktor_version =1.2.6
5
+ kotlinx_coroutines_version =1.3 .2
6
+ kotlinx_serialization_version =0.14.0
You can’t perform that action at this time.
0 commit comments