From 944d52c3524e9696c125e292e4ca25fca431369c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 Oct 2025 20:49:35 +0000 Subject: [PATCH] Update pekko-http-circe to 3.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b1a9e4a5..c91f86bd 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.6.0", ) ++ Pekko val pekkoHttpTestKit = Seq(