From d2f1c9828fbd901aa11ee526fb6bd41f24c103ff Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 00:27:55 +0000 Subject: [PATCH] Update elasticsearch, postgresql to 1.21.3 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4068b28a1..4dd543856 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2") libraryDependencies ++= Seq( - "org.testcontainers" % "postgresql" % "1.20.6", - "org.testcontainers" % "elasticsearch" % "1.20.6", + "org.testcontainers" % "postgresql" % "1.21.3", + "org.testcontainers" % "elasticsearch" % "1.21.3", "org.tpolecat" %% "doobie-postgres" % "0.13.4" )