Skip to content

Commit

Permalink
Drop smithy files from smithy4s-client (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz authored Apr 17, 2023
1 parent 1737aca commit 1f3c295
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ lazy val `kcl-http4s` = projectMatrix
"com.disneystreaming.smithy4s" %%% "smithy4s-http4s" % smithy4sVersion.value,
"com.disneystreaming.smithy4s" %%% "smithy4s-http4s-swagger" % smithy4sVersion.value,
Http4s.emberServer.value
)
),
Compile / smithy4sSmithyLibrary := false
)
.jvmPlatform(allScalaVersions)
.dependsOn(kcl)
Expand Down Expand Up @@ -277,6 +278,7 @@ lazy val `smithy4s-client` = projectMatrix
(`smithy4s-client-transformers`.jvm(
Scala212
) / Compile / packageBin).value,
Compile / smithy4sSmithyLibrary := false,
scalacOptions -= "-deprecation"
)
.jvmPlatform(last2ScalaVersions)
Expand All @@ -285,7 +287,6 @@ lazy val `smithy4s-client` = projectMatrix
.dependsOn(shared)

lazy val `smithy4s-client-logging-circe` = projectMatrix
.enablePlugins(Smithy4sCodegenPlugin)
.settings(
description := "JSON structured logging instances for the Smithy4s Kinesis Client, via Circe",
libraryDependencies ++= Seq(Http4s.circe.value)
Expand Down

0 comments on commit 1f3c295

Please sign in to comment.