Skip to content

Commit

Permalink
Merge pull request #276 from http4s/update/http4s-client-0.23.19
Browse files Browse the repository at this point in the history
Update http4s-client, ... to 0.23.19
  • Loading branch information
armanbilge authored May 12, 2023
2 parents 6f6397e + ee2436e commit e00534d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Global / fileServicePort := {
case Method.GET -> Root / "ws" =>
wsb.build(identity)
case req =>
fileService[IO](FileService.Config(".")).orNotFound.run(req).map { res =>
fileService[IO](FileService.Config[IO](".")).orNotFound.run(req).map { res =>
// TODO find out why mime type is not auto-inferred
if (req.uri.renderString.endsWith(".js"))
res.withHeaders(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val http4sVersion = "0.23.18"
val http4sVersion = "0.23.19"

enablePlugins(BuildInfoPlugin)
buildInfoKeys += "http4sVersion" -> http4sVersion
Expand Down

0 comments on commit e00534d

Please sign in to comment.