Update http4s to 0.21.0-RC3, fs2 to 2.2.2

This commit is contained in:
Eike Kettner
2020-02-04 22:12:35 +01:00
parent ef2779a826
commit f8aa5c28ac
12 changed files with 13 additions and 13 deletions

View File

@ -12,9 +12,9 @@ object Dependencies {
val EmilVersion = "0.2.0"
val FastparseVersion = "2.1.3"
val FlywayVersion = "6.2.1"
val Fs2Version = "2.1.0"
val Fs2Version = "2.2.2"
val H2Version = "1.4.200"
val Http4sVersion = "0.21.0-RC2"
val Http4sVersion = "0.21.0-RC3"
val KindProjectorVersion = "0.10.3"
val Log4sVersion = "1.8.2"
val LogbackVersion = "1.2.3"