diff --git a/build.sbt b/build.sbt index e860266..531e057 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ ThisBuild / resolvers += Resolver.sonatypeCentralSnapshots ThisBuild / mergifyStewardConfig ~= (_.map(_.withMergeMinors(true))) -val smithyVersion = "1.70.0" +val smithyVersion = "1.71.0" val commonSettings = Seq( scalacOptions -= "-Xkind-projector:underscores",