Skip to content

Commit

Permalink
chore: Bump Kotlin and Dokka versions to latest release (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
kggilmer authored Oct 21, 2021
1 parent 9faf77f commit a313095
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android.enableJetifier=true
sdkVersion=0.5.2-SNAPSHOT

# kotlin
kotlinVersion=1.5.30
dokkaVersion=1.4.32
kotlinVersion=1.5.31
dokkaVersion=1.5.31

# kotlin libraries
coroutinesVersion=1.5.1
Expand Down
2 changes: 1 addition & 1 deletion runtime/runtime-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

plugins {
kotlin("plugin.serialization") version "1.5.30"
kotlin("plugin.serialization") version "1.5.31"
}

description = "Client runtime for Smithy services generated by smithy-kotlin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private fun getDefaultRuntimeVersion(): String {
// publishing info
const val RUNTIME_GROUP: String = "aws.smithy.kotlin"
val RUNTIME_VERSION: String = System.getProperty("smithy.kotlin.codegen.clientRuntimeVersion", getDefaultRuntimeVersion())
val KOTLIN_COMPILER_VERSION: String = System.getProperty("smithy.kotlin.codegen.kotlinCompilerVersion", "1.5.30")
val KOTLIN_COMPILER_VERSION: String = System.getProperty("smithy.kotlin.codegen.kotlinCompilerVersion", "1.5.31")

// See: https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_configurations_graph
enum class GradleConfiguration {
Expand Down

0 comments on commit a313095

Please sign in to comment.