From c80486169962925dd1e1d73820651132a9fe1da0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 17 Jul 2023 17:35:42 +0200 Subject: [PATCH] Update smithy4s-aws-http4s, smithy4s-core, ... to 0.17.11 (#180) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 96dd9a0a..e248c245 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.2") addSbtPlugin( - "com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.17.10" + "com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.17.11" ) addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1")