Skip to content

Commit

Permalink
Exclude properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdogpr committed Nov 26, 2021
1 parent 1e84ce8 commit 7a79522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ lazy val zioHttp = project
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework")),
libraryDependencies ++= Seq(
"io.d11" %% "zhttp" % zioHttpVersion,
"com.softwaremill.sttp.tapir" %% "tapir-zio-http-server" % tapirVersion exclude ("dev.zio", "zio-interop-cats"),
"com.softwaremill.sttp.tapir" %% "tapir-zio-http-server" % tapirVersion excludeAll
ExclusionRule(organization = "dev.zio"),
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % tapirVersion
)
)
Expand Down

0 comments on commit 7a79522

Please sign in to comment.