Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove blaze dependency from http4s module #1110

Merged
merged 4 commits into from
Oct 22, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove blaze dependency from http4s module
kubukoz committed Oct 22, 2021
commit 1228428b2e3c637461fec85e859c2f34125cc48f
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -254,7 +254,6 @@ lazy val http4s = project
"org.typelevel" %% "cats-effect" % catsEffect3Version,
"org.http4s" %% "http4s-dsl" % http4sVersion,
"org.http4s" %% "http4s-circe" % http4sVersion,
"org.http4s" %% "http4s-blaze-server" % http4sVersion,
"io.circe" %% "circe-parser" % circeVersion,
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
@@ -400,6 +399,7 @@ lazy val examples = project
crossScalaVersions -= scala3,
libraryDependencies ++= Seq(
"de.heikoseeberger" %% "akka-http-circe" % "1.38.2",
"org.http4s" %% "http4s-blaze-server" % http4sVersion,
"com.softwaremill.sttp.client3" %% "async-http-client-backend-zio" % sttpVersion,
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % tapirVersion,
"io.circe" %% "circe-generic" % circeVersion,