From 175b6d8863022f7614a673ffc31bcc9ed945e346 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Feb 2026 02:16:46 +0000 Subject: [PATCH] Update pekko-http-circe to 3.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 676b1a2..0ea260d 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ val Library = new { val pekkoHttp = Seq( "org.apache.pekko" %% "pekko-http" % Version.pekkoHttp, - "com.github.pjfanning" %% "pekko-http-circe" % "3.8.0", + "com.github.pjfanning" %% "pekko-http-circe" % "3.9.0", ) ++ Pekko val pekkoHttpTestKit = Seq(