Skip to content

Commit 6880a3d

Browse files
authored
chore: upgrade smithy (#740)
1 parent 2da3953 commit 6880a3d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "a30944f0-1853-4ce5-b276-233ece1515a1",
3+
"type": "misc",
4+
"description": "Upgrade smithy to 1.26.1."
5+
}

codegen/smithy-aws-kotlin-codegen/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies {
2929
api("software.amazon.smithy:smithy-aws-iam-traits:$smithyVersion")
3030
api("software.amazon.smithy:smithy-aws-cloudformation-traits:$smithyVersion")
3131
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
32+
implementation("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
3233

3334
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
3435
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
1010
sdkVersion=0.17.10-SNAPSHOT
1111

1212
# codegen
13-
smithyVersion=1.25.2
13+
smithyVersion=1.26.1
1414
smithyGradleVersion=0.6.0
1515
# smithy-kotlin codegen and runtime are versioned together
1616
smithyKotlinVersion=0.12.10
@@ -39,4 +39,4 @@ mockkVersion=1.12.3
3939
slf4jVersion=1.7.36
4040

4141
# dokka config (values specified at build-time as needed)
42-
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/
42+
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/

0 commit comments

Comments
 (0)