We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e17ed5 commit 308919eCopy full SHA for 308919e
build.sbt
@@ -136,7 +136,7 @@ lazy val site = project
136
val catsV = "2.7.0" //https://github.com/typelevel/cats/releases
137
val catsEffectV = "3.3.12" //https://github.com/typelevel/cats-effect/releases
138
val circeV = "0.14.1" //https://github.com/circe/circe/releases
139
-val http4sV = "0.23.6" //https://github.com/http4s/http4s/releases
+val http4sV = "0.23.27" //https://github.com/http4s/http4s/releases
140
val doobieV = "1.0.0-RC1" //https://github.com/tpolecat/doobie/releases
141
val scalaJavaTimeV = "2.3.0" // https://github.com/cquiroz/scala-java-time/releases
142
val testcontainersV = "0.39.8"
0 commit comments