Merge pull request #2338 from rehanone/update-http4s-server

Replace `http4s-blaze-server` with `http4s-ember-server`.
This commit is contained in:
eikek
2023-10-31 11:02:51 +01:00
committed by GitHub
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(