We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccdf537 + 5370a06 commit 6d8f3a7Copy full SHA for 6d8f3a7
build.sbt
@@ -6,7 +6,7 @@ ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
6
lazy val CatsVersion = "2.10.0"
7
lazy val CatsEffectVersion = "3.5.2"
8
lazy val Fs2Version = "3.9.3"
9
-lazy val Http4sVersion = "0.23.25"
+lazy val Http4sVersion = "0.23.26"
10
11
ThisBuild / startYear := Some(2022)
12
ThisBuild / developers ++= List(
0 commit comments