We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944691e commit b7ee10dCopy full SHA for b7ee10d
build.sbt
@@ -40,8 +40,8 @@ lazy val sbtPlugin = project
40
commonSettings,
41
scalaVersion := "2.12.20",
42
libraryDependencies ++= Seq(
43
- "software.amazon.smithy" % "smithy-trait-codegen" % "1.59.0",
44
- "software.amazon.smithy" % "smithy-model" % "1.59.0",
+ "software.amazon.smithy" % "smithy-trait-codegen" % "1.60.2",
+ "software.amazon.smithy" % "smithy-model" % "1.60.2",
45
) ++ Seq(
46
"com.lihaoyi" %% "os-lib" % "0.10.7"
47
),
0 commit comments