From 4cab3d4703ba80091bc4d9c81f3658e658ff2949 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 12 Sep 2024 00:22:52 +0000 Subject: [PATCH] chore: update smithy4s-compliance-tests, ... from 0.18.23 to 0.18.24 --- 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 bcbf9c7..e8bd605 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.14" - val smithy4sVersion = "0.18.23" + val smithy4sVersion = "0.18.24" 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 8aec762..f5ac9a9 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.1") addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.23") +addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.24") addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.5") addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.0")