From d9736f9bf0100d01a398d62791b5958440b5dc8b Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 00:19:21 +0000 Subject: [PATCH] Update pekko-http-circe to 2.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 05711c6b5..698dae8b2 100644 --- a/build.sbt +++ b/build.sbt @@ -69,7 +69,7 @@ lazy val infra = project "org.flywaydb" % "flyway-core" % "8.5.13", // for database migration "org.apache.pekko" %% "pekko-stream" % V.pekko, "org.apache.pekko" %% "pekko-http" % V.pekkoHttp, - "com.github.pjfanning" %% "pekko-http-circe" % "2.4.0", + "com.github.pjfanning" %% "pekko-http-circe" % "2.5.0", "io.get-coursier" %% "coursier" % V.coursier, "io.get-coursier" %% "coursier-sbt-maven-repository" % V.coursier, "org.tpolecat" %% "doobie-scalatest" % V.doobie % Test,