From d9a847708b4179618fc56c38151eda97dd73a39b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Oct 2025 00:24:31 +0000 Subject: [PATCH] Update pekko-http-circe to 3.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 197d00a5..8963b93a 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ val Library = new { val pekkoHttp = Seq( "org.apache.pekko" %% "pekko-http" % Version.pekkoHttp, - "com.github.pjfanning" %% "pekko-http-circe" % "3.3.0", + "com.github.pjfanning" %% "pekko-http-circe" % "3.5.0", ) ++ Pekko val pekkoHttpTestKit = Seq(