From 5d1be7770e497e1b951814f074693ef7bc764bb7 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Tue, 15 Aug 2023 00:15:39 +0000 Subject: [PATCH] chore: update smithy4s-compliance-tests, ... from 0.17.15 to 0.17.16 --- project/Dependencies.scala | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 28a0a853..6d072515 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.11" - val smithy4sVersion = "0.17.15" + val smithy4sVersion = "0.17.16" val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion val smithy4sCompliance = "com.disneystreaming.smithy4s" %% "smithy4s-compliance-tests" % smithy4sVersion diff --git a/project/plugins.sbt b/project/plugins.sbt index d370d42d..c614cd94 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.1.3") addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.0") -addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.17.15") +addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.17.16") addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.8.19") addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.8")