From 1339a902999d63da65a6110b8d09d496fb2e2390 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Oct 2025 11:13:35 +0000 Subject: [PATCH] Update smithy-model, smithy-syntax to 1.63.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9fcc8a4..3965e15 100644 --- a/build.sbt +++ b/build.sbt @@ -72,8 +72,8 @@ ThisBuild / mergifyStewardConfig ~= (_.map(_.withMergeMinors(true))) val smithyDump = project .settings( libraryDependencies ++= Seq( - "software.amazon.smithy" % "smithy-model" % "1.62.0", - "software.amazon.smithy" % "smithy-syntax" % "1.62.0", + "software.amazon.smithy" % "smithy-model" % "1.63.0", + "software.amazon.smithy" % "smithy-syntax" % "1.63.0", "com.disneystreaming.alloy" % "alloy-core" % "0.3.33", ), autoScalaLibrary := false,