We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086e665 commit 540f152Copy full SHA for 540f152
build.sbt
@@ -6,7 +6,7 @@ ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
6
lazy val CatsVersion = "2.12.0"
7
lazy val CatsEffectVersion = "3.5.6"
8
lazy val Fs2Version = "3.11.0"
9
-lazy val Http4sVersion = "0.23.28"
+lazy val Http4sVersion = "0.23.30"
10
11
ThisBuild / startYear := Some(2022)
12
ThisBuild / developers ++= List(
0 commit comments