From 7595175ee57dc6981d0def22eca0e67c0ee10e4c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 May 2024 15:09:17 +0000 Subject: [PATCH] Update smithy4s-core, smithy4s-http4s, ... to 0.18.19 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b8e7c360..b4198080 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.18") +addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.19") addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.2") addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")