Skip to content

Commit 99aed6c

Browse files
jakubjanecekscala-stewardJakub Janeček
authored
Update http4s to 0.22.4 (#675)
* Update http4s-blaze-client, ... from 0.22.2 to 0.22.4 * fix: Remove unneeded import Co-authored-by: Scala Steward <me@scala-steward.org> Co-authored-by: Jakub Janeček <jakub.janecek@productboard.com>
1 parent 34dcc62 commit 99aed6c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

http4s-server/src/main/scala/com/avast/sst/http4s/server/Http4sRouting.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package com.avast.sst.http4s.server
22

33
import cats.Monad
44
import cats.syntax.all._
5-
import org.http4s.syntax.kleisli._
65
import org.http4s.{HttpApp, HttpRoutes}
76

87
object Http4sRouting {

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object Dependencies {
4545
val datastaxJavaDriverCore = "4.13.0"
4646
val doobie = "0.13.4"
4747
val grpc = "1.40.1"
48-
val http4s = "0.22.2"
48+
val http4s = "0.22.4"
4949
val micrometerCore = "1.7.3"
5050
val micrometerJmx = "1.7.3"
5151
val micrometerStatsD = "1.7.3"

0 commit comments

Comments
 (0)