From ea426d07feca2bf620f2cd07f2373119ebe33a9f Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:22:39 +0000 Subject: [PATCH] Update pekko-http-circe to 3.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7a514f8f6..9dbea3184 100644 --- a/build.sbt +++ b/build.sbt @@ -74,7 +74,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.8.0", + "com.github.pjfanning" %% "pekko-http-circe" % "3.0.0", ("io.get-coursier" %% "coursier" % V.coursier).cross(CrossVersion.for3Use2_13), ("io.get-coursier" %% "coursier-sbt-maven-repository" % V.coursier).cross(CrossVersion.for3Use2_13), "com.github.blemale" %% "scaffeine" % "5.3.0",