Skip to content

Commit

Permalink
Split smithy-kotlin codegen and runtime versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Nov 7, 2023
1 parent 61da699 commit 87bfd0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ dokka-version = "1.9.0"
coroutines-version = "1.7.3"
atomicfu-version = "0.22.0"

# smithy-kotlin codegen and runtime are versioned together
# smithy-kotlin codegen and runtime are versioned separately
smithy-kotlin-version = "0.28.1"
smithy-kotlin-codegen-version = "0.28.1"

# codegen
smithy-version = "1.39.0"
Expand Down Expand Up @@ -75,8 +76,8 @@ smithy-kotlin-telemetry-provider-otel = { module = "aws.smithy.kotlin:telemetry-
smithy-kotlin-test-suite = { module = "aws.smithy.kotlin:test-suite", version.ref = "smithy-kotlin-version" }
smithy-kotlin-testing = { module = "aws.smithy.kotlin:testing", version.ref = "smithy-kotlin-version" }

smithy-kotlin-codegen = { module = "software.amazon.smithy.kotlin:smithy-kotlin-codegen", version.ref = "smithy-kotlin-version" }
smithy-kotlin-codegen-testutils = { module = "software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils", version.ref = "smithy-kotlin-version" }
smithy-kotlin-codegen = { module = "software.amazon.smithy.kotlin:smithy-kotlin-codegen", version.ref = "smithy-kotlin-codegen-version" }
smithy-kotlin-codegen-testutils = { module = "software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils", version.ref = "smithy-kotlin-codegen-version" }

smithy-codegen-core = { module = "software.amazon.smithy:smithy-codegen-core", version.ref = "smithy-version" }
smithy-cli = { module = "software.amazon.smithy:smithy-cli", version.ref = "smithy-version" }
Expand Down

0 comments on commit 87bfd0c

Please sign in to comment.