diff --git a/build.sbt b/build.sbt index b1fe3a0f5..9cc02bedd 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" % "3.0.1", + "com.github.pjfanning" %% "pekko-http-circe" % "3.1.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",