File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ android.enableJetifier=true
1515sdkVersion =0.5.2-SNAPSHOT
1616
1717# kotlin
18- kotlinVersion =1.5.30
19- dokkaVersion =1.4.32
18+ kotlinVersion =1.5.31
19+ dokkaVersion =1.5.31
2020
2121# kotlin libraries
2222coroutinesVersion =1.5.1
Original file line number Diff line number Diff line change 44 */
55
66plugins {
7- kotlin(" plugin.serialization" ) version " 1.5.30 "
7+ kotlin(" plugin.serialization" ) version " 1.5.31 "
88}
99
1010description = " Client runtime for Smithy services generated by smithy-kotlin"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ private fun getDefaultRuntimeVersion(): String {
3434// publishing info
3535const val RUNTIME_GROUP : String = " aws.smithy.kotlin"
3636val RUNTIME_VERSION : String = System .getProperty(" smithy.kotlin.codegen.clientRuntimeVersion" , getDefaultRuntimeVersion())
37- val KOTLIN_COMPILER_VERSION : String = System .getProperty(" smithy.kotlin.codegen.kotlinCompilerVersion" , " 1.5.30 " )
37+ val KOTLIN_COMPILER_VERSION : String = System .getProperty(" smithy.kotlin.codegen.kotlinCompilerVersion" , " 1.5.31 " )
3838
3939// See: https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_configurations_graph
4040enum class GradleConfiguration {
You can’t perform that action at this time.
0 commit comments