From b8e200142ce4077134f6402a9a5f8872dd8dc3f7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 4 Jan 2025 15:54:55 +0000 Subject: [PATCH] Update smithy4s-core, smithy4s-http4s, ... to 0.18.28 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 51f2b22..a2d330d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") resolvers += Resolver.sonatypeRepo("snapshots") dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.13.0+95-69a3e105-SNAPSHOT" -addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.27") +addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.28") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")