From 108c144b74b78aa3f6b181d4b35c5c207f47754f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 11 Jan 2023 16:09:48 +0000 Subject: [PATCH] Update http4s-ember-client, ... to 0.23.17 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1b2ab267..00e701af 100644 --- a/build.sbt +++ b/build.sbt @@ -140,8 +140,8 @@ lazy val lsp = module("lsp") "com.disneystreaming.smithy4s" %% "smithy4s-codegen" % smithy4sVersion.value, "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.19.0", "io.circe" %% "circe-core" % "0.14.3", - "org.http4s" %% "http4s-ember-client" % "0.23.16", - "org.http4s" %% "http4s-ember-server" % "0.23.16" % Test, + "org.http4s" %% "http4s-ember-client" % "0.23.17", + "org.http4s" %% "http4s-ember-server" % "0.23.17" % Test, "io.get-coursier" %% "coursier" % "2.0.16", "org.typelevel" %% "cats-tagless-macros" % "0.14.0", ),