From 5127e97ee14b740113772ee30050f7bfd747dd37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Tue, 29 Aug 2023 03:15:46 +0200 Subject: [PATCH] Update smithy to 1.37.0 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3251d28..a355129 100644 --- a/build.gradle +++ b/build.gradle @@ -157,9 +157,9 @@ publishing { dependencies { implementation "org.eclipse.lsp4j:org.eclipse.lsp4j:0.14.0" - 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 "software.amazon.smithy:smithy-build:[1.37.0, 2.0[" + implementation "software.amazon.smithy:smithy-cli:[1.37.0, 2.0[" + implementation "software.amazon.smithy:smithy-model:[1.37.0, 2.0[" implementation 'com.disneystreaming.smithy:smithytranslate-formatter-jvm-java-api:0.3.10' // Use JUnit test framework