Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Update http4s-blaze-client, ... to 0.23.13 #254

Open
wants to merge 2 commits into
base: master
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 build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
val zioVersion = "1.0.17"
val zioConfigVersion = "1.0.10"
val tapirVersion = "0.16.16"
val http4sVersion = "0.21.33"
val http4sVersion = "0.23.13"
val circeVersion = "0.14.2"
val logbackVersion = "1.4.5"

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/org/renci/cam/HttpClient.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.renci.cam

import org.http4s.client.Client
import org.http4s.client.blaze.BlazeClientBuilder
import org.http4s.blaze.client.BlazeClientBuilder
import zio._
import zio.interop.catz._

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/org/renci/cam/Server.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import io.circe.yaml.syntax._
import org.http4s._
import org.http4s.implicits._
import org.http4s.server.Router
import org.http4s.server.blaze.BlazeServerBuilder
import org.http4s.blaze.server.BlazeServerBuilder
import org.http4s.server.middleware._
import org.renci.cam.HttpClient.HttpClient
import org.renci.cam.Utilities._
Expand Down