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")