From ea20fb76e4f614b69ed398d8d9a1900a21b87d19 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 19 Aug 2023 16:23:11 +0000 Subject: [PATCH] Update elastic4s-client-esjava to 8.9.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 15f30854..e4acbf89 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ scalacOptions ++= Seq( libraryDependencies ++= Seq( "com.github.ornicar" %% "scalalib" % "7.1.0", - "com.sksamuel.elastic4s" %% "elastic4s-client-esjava" % "7.17.4", + "com.sksamuel.elastic4s" %% "elastic4s-client-esjava" % "8.9.1", "com.typesafe.play" %% "play-json" % "2.9.4", "com.typesafe.play" %% "play-json-joda" % "2.9.4", ws,