Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Update http4s-blaze-client, ... to 0.23.3 #156

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion http/src/main/scala/server/HttpServer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import metrifier.shared.services._
import org.http4s._
import org.http4s.dsl.impl.Root
import org.http4s.dsl.io._
import org.http4s.server.blaze._
import org.http4s.blaze.server._

import scala.concurrent.ExecutionContext.Implicits.global

Expand Down
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object ProjectPlugin extends AutoPlugin {

lazy val V = new {
lazy val freesRPC = "0.15.1"
lazy val http4s = "0.18.26"
lazy val http4s = "0.23.3"
lazy val config = "1.4.1"
lazy val logback = "1.2.3"
lazy val circe = "0.13.0"
Expand Down