diff --git a/build.sbt b/build.sbt index 434b449..ac6a604 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.4.0", ) ++ Pekko val pekkoHttpTestKit = Seq(