Skip to content

Commit

Permalink
Take full dependency, not RC
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed May 25, 2024
1 parent 35b6157 commit 09fa097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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", "2.0.0-rc1")
val KOTLIN_COMPILER_VERSION: String = System.getProperty("smithy.kotlin.codegen.kotlinCompilerVersion", "2.0.0")

enum class SourceSet {
CommonMain,
Expand Down

0 comments on commit 09fa097

Please sign in to comment.