Skip to content

Commit

Permalink
Update http4s to 0.22.4 (#675)
Browse files Browse the repository at this point in the history
* Update http4s-blaze-client, ... from 0.22.2 to 0.22.4

* fix: Remove unneeded import

Co-authored-by: Scala Steward <[email protected]>
Co-authored-by: Jakub Janeček <[email protected]>
  • Loading branch information
3 people authored Sep 15, 2021
1 parent 34dcc62 commit 99aed6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.avast.sst.http4s.server

import cats.Monad
import cats.syntax.all._
import org.http4s.syntax.kleisli._
import org.http4s.{HttpApp, HttpRoutes}

object Http4sRouting {
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object Dependencies {
val datastaxJavaDriverCore = "4.13.0"
val doobie = "0.13.4"
val grpc = "1.40.1"
val http4s = "0.22.2"
val http4s = "0.22.4"
val micrometerCore = "1.7.3"
val micrometerJmx = "1.7.3"
val micrometerStatsD = "1.7.3"
Expand Down

0 comments on commit 99aed6c

Please sign in to comment.