We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 952e86f + 46d102c commit ec0ad44Copy full SHA for ec0ad44
1 file changed
build.sbt
@@ -74,7 +74,7 @@ lazy val infra = project
74
"org.flywaydb" % "flyway-core" % "8.5.13", // for database migration
75
"org.apache.pekko" %% "pekko-stream" % V.pekko,
76
"org.apache.pekko" %% "pekko-http" % V.pekkoHttp,
77
- "com.github.pjfanning" %% "pekko-http-circe" % "3.0.1",
+ "com.github.pjfanning" %% "pekko-http-circe" % "3.9.1",
78
("io.get-coursier" %% "coursier" % V.coursier).cross(CrossVersion.for3Use2_13),
79
("io.get-coursier" %% "coursier-sbt-maven-repository" % V.coursier).cross(CrossVersion.for3Use2_13),
80
"com.github.blemale" %% "scaffeine" % "5.3.0",
0 commit comments