We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dcc62 commit 99aed6cCopy full SHA for 99aed6c
http4s-server/src/main/scala/com/avast/sst/http4s/server/Http4sRouting.scala
@@ -2,7 +2,6 @@ package com.avast.sst.http4s.server
2
3
import cats.Monad
4
import cats.syntax.all._
5
-import org.http4s.syntax.kleisli._
6
import org.http4s.{HttpApp, HttpRoutes}
7
8
object Http4sRouting {
project/Dependencies.scala
@@ -45,7 +45,7 @@ object Dependencies {
45
val datastaxJavaDriverCore = "4.13.0"
46
val doobie = "0.13.4"
47
val grpc = "1.40.1"
48
- val http4s = "0.22.2"
+ val http4s = "0.22.4"
49
val micrometerCore = "1.7.3"
50
val micrometerJmx = "1.7.3"
51
val micrometerStatsD = "1.7.3"
0 commit comments