Skip to content

Commit b7ee10d

Browse files
committed
bump smithy-model
1 parent 944691e commit b7ee10d

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
@@ -40,8 +40,8 @@ lazy val sbtPlugin = project
4040
commonSettings,
4141
scalaVersion := "2.12.20",
4242
libraryDependencies ++= Seq(
43-
"software.amazon.smithy" % "smithy-trait-codegen" % "1.59.0",
44-
"software.amazon.smithy" % "smithy-model" % "1.59.0",
43+
"software.amazon.smithy" % "smithy-trait-codegen" % "1.60.2",
44+
"software.amazon.smithy" % "smithy-model" % "1.60.2",
4545
) ++ Seq(
4646
"com.lihaoyi" %% "os-lib" % "0.10.7"
4747
),

0 commit comments

Comments
 (0)