From f917942e26b7f97481c737facba87b8cf4e1abe6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Dec 2024 20:11:28 +0000 Subject: [PATCH] Update smithy4s-core, smithy4s-http4s, ... 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 358fde5..17383ad 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") -addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.25") +addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.26") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.1.0")