Skip to content

Commit 013eb0e

Browse files
authored
Merge pull request #43 from scala-steward/update/smithy-model-1.63.0
Update smithy-model, smithy-syntax to 1.63.0
2 parents 75b1e3f + 1339a90 commit 013eb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ ThisBuild / mergifyStewardConfig ~= (_.map(_.withMergeMinors(true)))
7272
val smithyDump = project
7373
.settings(
7474
libraryDependencies ++= Seq(
75-
"software.amazon.smithy" % "smithy-model" % "1.62.0",
76-
"software.amazon.smithy" % "smithy-syntax" % "1.62.0",
75+
"software.amazon.smithy" % "smithy-model" % "1.63.0",
76+
"software.amazon.smithy" % "smithy-syntax" % "1.63.0",
7777
"com.disneystreaming.alloy" % "alloy-core" % "0.3.33",
7878
),
7979
autoScalaLibrary := false,

0 commit comments

Comments
 (0)