Skip to content

Commit

Permalink
Merge pull request #1456 from scalacenter/update/pekko-http-circe-2.7.0
Browse files Browse the repository at this point in the history
Update pekko-http-circe to 2.7.0
  • Loading branch information
adpi2 authored Sep 17, 2024
2 parents c56029b + 5984ffe commit 96783bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0",
"com.github.pjfanning" %% "pekko-http-circe" % "2.7.0",
"io.get-coursier" %% "coursier" % V.coursier,
"io.get-coursier" %% "coursier-sbt-maven-repository" % V.coursier,
"org.tpolecat" %% "doobie-scalatest" % V.doobie % Test,
Expand Down

0 comments on commit 96783bc

Please sign in to comment.