diff --git a/build.sbt b/build.sbt index af27293d..3ff7ee09 100644 --- a/build.sbt +++ b/build.sbt @@ -131,7 +131,7 @@ lazy val core = module("core") "com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value, "com.disneystreaming.smithy4s" % "smithy4s-protocol" % smithy4sVersion.value % Test, "com.disneystreaming.alloy" % "alloy-core" % "0.3.7" % Test, - "software.amazon.smithy" % "smithy-aws-traits" % "1.47.0" % Test, + "software.amazon.smithy" % "smithy-aws-traits" % "1.48.0" % Test, ), Smithy4sCodegenPlugin.defaultSettings(Test), ) diff --git a/smithy-build.json b/smithy-build.json index 109e7ea8..ed543caa 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -3,6 +3,6 @@ "mavenDependencies": [ "com.disneystreaming.alloy:alloy-core:0.3.7", "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.16", - "software.amazon.smithy:smithy-aws-traits:1.47.0" + "software.amazon.smithy:smithy-aws-traits:1.48.0" ] }