Skip to content

Commit a313095

Browse files
authored
chore: Bump Kotlin and Dokka versions to latest release (#506)
1 parent 9faf77f commit a313095

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android.enableJetifier=true
1515
sdkVersion=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
2222
coroutinesVersion=1.5.1

runtime/runtime-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
plugins {
7-
kotlin("plugin.serialization") version "1.5.30"
7+
kotlin("plugin.serialization") version "1.5.31"
88
}
99

1010
description = "Client runtime for Smithy services generated by smithy-kotlin"

smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core/KotlinDependency.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private fun getDefaultRuntimeVersion(): String {
3434
// publishing info
3535
const val RUNTIME_GROUP: String = "aws.smithy.kotlin"
3636
val 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
4040
enum class GradleConfiguration {

0 commit comments

Comments
 (0)