diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 08de57d..ea09f8f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { val typesafePlay = "com.typesafe.play" %% "play" % playVersion val scalaVersion = "2.13.15" - val smithy4sVersion = "0.18.24" + val smithy4sVersion = "0.18.25" val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion val smithyXml = "com.disneystreaming.smithy4s" %% "smithy4s-xml" % smithy4sVersion diff --git a/project/plugins.sbt b/project/plugins.sbt index 62200fd..22da566 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("com.codecommit" %% "sbt-github-packages" % "0.5.3") addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.2.2") addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.24") +addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.25") addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.5") addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.0")