We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb7c169 + b779f36 commit 27bd37eCopy full SHA for 27bd37e
build.sbt
@@ -38,8 +38,8 @@ lazy val sbtPlugin = project
38
commonSettings,
39
scalaVersion := "2.12.20",
40
libraryDependencies ++= Seq(
41
- "software.amazon.smithy" % "smithy-trait-codegen" % "1.61.0",
42
- "software.amazon.smithy" % "smithy-model" % "1.61.0",
+ "software.amazon.smithy" % "smithy-trait-codegen" % "1.66.0",
+ "software.amazon.smithy" % "smithy-model" % "1.66.0",
43
) ++ Seq(
44
"com.lihaoyi" %% "os-lib" % "0.11.6"
45
),
0 commit comments