diff --git a/build.sbt b/build.sbt index c46632a04..5b296214b 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.7.0", + "com.github.pjfanning" %% "pekko-http-circe" % "2.8.0", "io.get-coursier" %% "coursier" % V.coursier, "io.get-coursier" %% "coursier-sbt-maven-repository" % V.coursier, "org.tpolecat" %% "doobie-scalatest" % V.doobie % Test,