Replace http4s-blaze-server with http4s-ember-server.

This commit is contained in:
Rehan Mahmood
2023-10-24 17:58:21 -04:00
parent f7f93c5b2a
commit 343d5575e4
9 changed files with 46 additions and 28 deletions

View File

@ -251,7 +251,7 @@ object Dependencies {
)
val http4sServer = Seq(
"org.http4s" %% "http4s-blaze-server" % "0.23.14"
"org.http4s" %% "http4s-ember-server" % Http4sVersion
)
val circeCore = Seq(
@ -277,6 +277,10 @@ object Dependencies {
"com.github.pureconfig" %% "pureconfig" % PureConfigVersion
)
val pureconfigIp4s = Seq(
"com.github.pureconfig" %% "pureconfig-ip4s" % PureConfigVersion
)
// https://github.com/h2database/h2database
// MPL 2.0 or EPL 1.0
val h2 = Seq(