From 17d7d4c7c6c679013f0a269d5c05d4561b483d18 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 20:03:56 +0000 Subject: [PATCH] Update smithy4s-sbt-codegen to 0.17.16 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index aa0f373..156095d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % "0.5.0-RC10") addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.5.0-RC10") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.0-RC10") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") -addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.17.14") +addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.17.16") ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always