File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
codegen/smithy-aws-kotlin-codegen Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "id" : " a30944f0-1853-4ce5-b276-233ece1515a1" ,
3+ "type" : " misc" ,
4+ "description" : " Upgrade smithy to 1.26.1."
5+ }
Original file line number Diff line number Diff 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 " )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
1010sdkVersion =0.17.10-SNAPSHOT
1111
1212# codegen
13- smithyVersion =1.25.2
13+ smithyVersion =1.26.1
1414smithyGradleVersion =0.6.0
1515# smithy-kotlin codegen and runtime are versioned together
1616smithyKotlinVersion =0.12.10
@@ -39,4 +39,4 @@ mockkVersion=1.12.3
3939slf4jVersion =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/
You can’t perform that action at this time.
0 commit comments