Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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