From 3030c6c3db695857e7343f2c72946e70899b638d 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, 2 Dec 2024 20:05:52 +0000 Subject: [PATCH] Update smithy4s-sbt-codegen to 0.18.26 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 543166d..1eebda9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % "0.6.5") addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.5") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.5") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") -addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.6") +addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.26") ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always