Skip to content

Commit fc7b0ba

Browse files
authored
Merge branch 'main' into update/jsoup-1.19.1
2 parents f72620b + 2a0e584 commit fc7b0ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ lazy val infra = project
7474
"org.flywaydb" % "flyway-core" % "8.5.13", // for database migration
7575
"org.apache.pekko" %% "pekko-stream" % V.pekko,
7676
"org.apache.pekko" %% "pekko-http" % V.pekkoHttp,
77-
"com.github.pjfanning" %% "pekko-http-circe" % "3.0.0",
77+
"com.github.pjfanning" %% "pekko-http-circe" % "3.0.1",
7878
("io.get-coursier" %% "coursier" % V.coursier).cross(CrossVersion.for3Use2_13),
7979
("io.get-coursier" %% "coursier-sbt-maven-repository" % V.coursier).cross(CrossVersion.for3Use2_13),
8080
"com.github.blemale" %% "scaffeine" % "5.3.0",
@@ -220,7 +220,7 @@ lazy val data = project
220220
"org.apache.pekko" %% "pekko-actor-typed" % V.pekko,
221221
"org.apache.pekko" %% "pekko-serialization-jackson" % V.pekko,
222222
"org.apache.pekko" %% "pekko-slf4j" % V.pekko,
223-
"org.apache.maven" % "maven-model-builder" % "4.0.0-rc-2",
223+
"org.apache.maven" % "maven-model-builder" % "4.0.0-rc-3",
224224
"org.jsoup" % "jsoup" % "1.19.1",
225225
"org.apache.ivy" % "ivy" % "2.5.3",
226226
"org.apache.pekko" %% "pekko-http" % V.pekkoHttp,
@@ -238,7 +238,7 @@ lazy val V = new {
238238
val doobie = "0.13.4"
239239
val pekko = "1.1.3"
240240
val pekkoHttp = "1.1.0"
241-
val elastic4s = "8.16.0"
241+
val elastic4s = "8.17.0"
242242
val nscalaTime = "3.0.0"
243243
val scalatest = "3.2.19"
244244
val circe = "0.14.10"

0 commit comments

Comments
 (0)