Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Update elastic4s-client-esjava, ... to 8.2.2 #95

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.Keys._

val awsSdkVersion = "2.17.249"
val elastic4sVersion = "8.2.1"
val elastic4sVersion = "8.2.2"

lazy val buildSettings = Seq(
organization := "io.kontainers",
Expand Down