From 1385f59f4dabc1c4dd1bf003a0fb7cf9ab34850a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Nov 2025 21:46:55 +0000 Subject: [PATCH] Update pekko-http-circe to 3.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a6c473e..de59a27 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.7.0", ) ++ Pekko val pekkoHttpTestKit = Seq(