From d6b9edafc83f4c73b5b4d4d5262b9bbf10a7e3b9 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:17:13 +0000 Subject: [PATCH] Update elasticsearch, postgresql to 1.19.4 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 357f52747..8c72c344b 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.11.1") libraryDependencies ++= Seq( - "org.testcontainers" % "postgresql" % "1.19.3", - "org.testcontainers" % "elasticsearch" % "1.19.3", + "org.testcontainers" % "postgresql" % "1.19.4", + "org.testcontainers" % "elasticsearch" % "1.19.4", "org.tpolecat" %% "doobie-postgres" % "0.13.4" )