From 3b34f993b24a75e6b2d746314777e1444ee0ce8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Tue, 13 May 2025 13:55:42 +0200 Subject: [PATCH] Remove fs2 dep in smithy4s --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 65108b7..5120109 100644 --- a/build.sbt +++ b/build.sbt @@ -127,7 +127,6 @@ val smithy4s = projectMatrix commonSettings, mimaPreviousArtifacts := Set.empty, libraryDependencies ++= Seq( - "co.fs2" %%% "fs2-core" % fs2Version, "com.disneystreaming.smithy4s" %%% "smithy4s-json" % smithy4sVersion.value ), buildTimeProtocolDependency