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

Update http4s-blaze-client, ... to 0.23.10 #490

Closed
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
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ javaOptions += "-Xmx8G"

testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")

Compile / packageDoc / publishArtifact := false
Compile / packageDoc / publishArtifact := false

configs(IntegrationTest)
Defaults.itSettings
Expand All @@ -32,7 +32,7 @@ val zioVersion = "1.0.12"
val zioConfigVersion = "1.0.0-RC29-1"
val zioCacheVersion = "0.1.0"
val tapirVersion = "0.19.0-M13"
val http4sVersion = "0.23.6"
val http4sVersion = "0.23.10"
val circeVersion = "0.14.1"
val logbackVersion = "1.2.6"

Expand Down