Skip to content

Commit 27bd37e

Browse files
committed
Merge branch 'update/smithy-model-1.66.0' into library-updates
2 parents fb7c169 + b779f36 commit 27bd37e

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
@@ -38,8 +38,8 @@ lazy val sbtPlugin = project
3838
commonSettings,
3939
scalaVersion := "2.12.20",
4040
libraryDependencies ++= Seq(
41-
"software.amazon.smithy" % "smithy-trait-codegen" % "1.61.0",
42-
"software.amazon.smithy" % "smithy-model" % "1.61.0",
41+
"software.amazon.smithy" % "smithy-trait-codegen" % "1.66.0",
42+
"software.amazon.smithy" % "smithy-model" % "1.66.0",
4343
) ++ Seq(
4444
"com.lihaoyi" %% "os-lib" % "0.11.6"
4545
),

0 commit comments

Comments
 (0)