Skip to content

Commit 22215db

Browse files
authored
chore: Use Smithy 1.37.0 (#587)
1 parent 718270e commit 22215db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin.code.style=official
33
# config
44

55
# codegen
6-
smithyVersion=1.30.0
6+
smithyVersion=1.37.0
77
smithyGradleVersion=0.6.0
88

99
# kotlin

smithy-swift-codegen/src/test/kotlin/TestUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fun buildMockPluginContext(model: Model, manifest: FileManifest, serviceShapeId:
9696

9797
fun createModelWithStructureWithoutErrorTrait(): Model {
9898
return """
99-
namespace smithy.example,
99+
namespace smithy.example
100100
/// This is documentation about the shape.
101101
structure MyStruct {
102102
foo: String,

0 commit comments

Comments
 (0)