From 253ced03fd410f0d0b00dd9c5848ff23e352eda6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Jun 2024 16:02:51 +0000 Subject: [PATCH] Update smithy4s-core, smithy4s-http4s, ... to 0.18.23 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c193f52f..22d8c242 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") -addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.22") +addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.23") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")