mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Replace http4s-blaze-server
with http4s-ember-server
.
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user