From 70c7a0302754e6fd94a421c4b3fffbfe4041a158 Mon Sep 17 00:00:00 2001 From: Matas Lauzadis Date: Mon, 12 Dec 2022 14:21:13 -0600 Subject: [PATCH] bump smithy-kotlin version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 25f859e854e..da955523d70 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ sdkVersion=0.19.1-SNAPSHOT smithyVersion=1.26.1 smithyGradleVersion=0.6.0 # smithy-kotlin codegen and runtime are versioned together -smithyKotlinVersion=0.14.0 +smithyKotlinVersion=0.14.1-SNAPSHOT # kotlin kotlinVersion=1.7.10