mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 19:09:32 +00:00
Merge pull request #1995 from eikek/update/http4s-blaze-server-0.23.14
Update http4s-blaze-client, ... to 0.23.14
This commit is contained in:
commit
98f11891cc
@ -239,7 +239,7 @@ object Dependencies {
|
|||||||
val fs2 = fs2Core ++ fs2Io
|
val fs2 = fs2Core ++ fs2Io
|
||||||
|
|
||||||
val http4sClient = Seq(
|
val http4sClient = Seq(
|
||||||
"org.http4s" %% "http4s-blaze-client" % "0.23.13"
|
"org.http4s" %% "http4s-blaze-client" % "0.23.14"
|
||||||
)
|
)
|
||||||
|
|
||||||
val http4sCirce = Seq(
|
val http4sCirce = Seq(
|
||||||
@ -251,7 +251,7 @@ object Dependencies {
|
|||||||
)
|
)
|
||||||
|
|
||||||
val http4sServer = Seq(
|
val http4sServer = Seq(
|
||||||
"org.http4s" %% "http4s-blaze-server" % "0.23.13"
|
"org.http4s" %% "http4s-blaze-server" % "0.23.14"
|
||||||
)
|
)
|
||||||
|
|
||||||
val circeCore = Seq(
|
val circeCore = Seq(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user