From c2b4de0790dbf1e3714bb7cfa6a24f8fd19847a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Mon, 21 Aug 2023 17:11:42 +0200 Subject: [PATCH] Update smithytranslate-formatter: 0.3.4 -> 0.3.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b910b0..3251d28 100644 --- a/build.gradle +++ b/build.gradle @@ -160,7 +160,7 @@ dependencies { implementation "software.amazon.smithy:smithy-build:[1.35.0, 2.0[" implementation "software.amazon.smithy:smithy-cli:[1.35.0, 2.0[" implementation "software.amazon.smithy:smithy-model:[1.35.0, 2.0[" - implementation 'com.disneystreaming.smithy:smithytranslate-formatter-jvm-java-api:0.3.4' + implementation 'com.disneystreaming.smithy:smithytranslate-formatter-jvm-java-api:0.3.10' // Use JUnit test framework testImplementation "junit:junit:4.13"